web
Here are 11,680 public repositories matching this topic...
We should discuss how to best support a library author providing translations for their library.
-
Updated
Jul 17, 2020 - TypeScript
Bug report
-
Updated
Jul 16, 2020 - Python
🐛 bug report
loadConfig
should emit a codeframe on a parse error:
This is for example used for loading .postcssrc
.
🤔 Expected Behavior
See screenshot in parcel-bundler/parcel#4420
😯 Current Behavior
With an invalid `.p
Maybe related to how the page causes a PROTOCOL_TIMEOUT?
From https://bugs.chromium.org/p/chromium/issues/detail?id=951684
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 17, 2020 - Go
Description
How can I use socket.io instead of the plain websocket integration? I guess this is more a question belonging to starlette.
Currently migrating from a flask application using flask-socketio / python-socketio
Any hint is appreciated. Thx.
-
Updated
Jul 8, 2020 - Go
-
Updated
Jul 6, 2020 - Python
-
Updated
Jul 15, 2020 - Java
-
Updated
Jun 30, 2020 - Python
Was somebody able to make this thing work with react and functional components? Would be great if somebody could share some ideas.
Feature Request
We've had several issues related to confusion around the Sass module system. We should improve our documentation per component that explains how to import mixins, customize variables, and apply core styles.
Proposed solution
For example, take button's [README](h
-
Updated
Apr 30, 2020 - Go
-
Updated
Jul 15, 2020 - Python
-
Updated
Jul 17, 2020 - Rust
-
Updated
Jul 17, 2020 - TypeScript
better error logging
I'm submitting a feature request
- Library Version:
aurelia-script 1.3.1
Current behavior:
If you make a typo, or on this case I forgot to add async
to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w
Page Affected: https://developers.google.com/web/android/trusted-web-activity/integration-guide#add-splash-markup
What needs to be done?
The meta-data for Android Manifest should include the recently added Dark Theme tags for the status and nav bar:
<meta-data
android:name="android.support.customtabs.trusted.STATUS_BAR_COLOR"
android:res
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
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.