web
Here are 9,713 public repositories matching this topic...
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
Updated
Dec 15, 2019 - JavaScript
🐛 Bug Report
I tried passing --open to the parcel src/index.html command, but nothing happened. This feature works perfectly in the latest stable parcel-bundler package.
🎛 Configuration (package.json)
{
"scripts": {
"start": "parcel src/index.html --open"
}
}🤔 Expected Behavior
Parcel should open http://localhost:1234 in my default web brow
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
-
Updated
Dec 15, 2019 - Python
Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
-
Updated
Dec 15, 2019 - Python
Bug report
Calling autoInit() multiple times
https://material.io/develop/web/components/auto-init/
mdc-auto-init does not declare a function that takes the second optional argument used to call autoInit() multiple times without logging a warning.
Steps to reproduce
mdc.autoInit(/* root */ document, () => {});
Actual behavior
error TS2554: Expected 0-1 arguments, but g
In addition to adding to the website (different discussion), the docs should probably have something about the LTS and versioning in the getting started section. See #1532.
The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia.
-
Updated
Dec 15, 2019 - JavaScript
Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
-
Updated
Dec 15, 2019 - TypeScript
Is there an overview, how the config object for the constructors of the neural network are defined?
This would be interesting:
- Has brain.NeuralNetwork and brain.recurrent.RNN the same config attributes?
- What is the description of the inputSize attribute?
Thank you for the great work with this library, it is realy amazing!
VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
-
Updated
Dec 15, 2019 - Java
Description
I'm submitting a feature request:
Going along with #745, this would be a very nice usability improvement (as also mentioned in #756).
For example, this:
let placeholder = if something { "Something" } else { "Something else" };
let maxlength = if blah { 7 } else { 10 };
html! {
<input type="text" /* ... */ placeholder=placeholder maxlength=maxlength a 2D rigid body physics engine for the web ▲● ■
-
Updated
Dec 15, 2019 - JavaScript
The documentation of FromDataSimple doesn't mention that it's only for debugging. This is only mentioned at documentation of FromData.
Based on several closed issued about this and recent message at #beginners, this causes enough confusion that documentation of FromDataSimple should also mention this.
We want to unify the availability method across all modules.
- StoreReview
- Battery
- AR
Improve this page
Add a description, image, and links to the web topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web topic, visit your repo's landing page and select "manage topics."
In the solution for the pastebin/bitly system design, the write to cache flow is missing in the second diagram which refers to the scaling aspect. The cache has only a read arrow but not a write arrow. The diagram will be more intuitive if a write-through/write-back cache mechanism was indicated.