PWA
Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are secure they can leverage ServiceWorkers to provider users with offline support, Push notifications can help re-engage users, and Web App Manifests let users install PWAs alongside native apps.
Here are 5,203 public repositories matching this topic...
-
Updated
Oct 29, 2020 - TypeScript
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
- Click the resize button on the code editor and drag it down
- The code doesn't resize
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to
add markdown linting
https://github.com/gaurav-nelson/github-action-markdown-link-check
would be cool.
would have prevented #11089
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Oct 29, 2020 - Python
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Oct 27, 2020 - JavaScript
Home should link to home
Wishlist and cart should open wl/cart
Account should link to my account or open login modal if user is not logged in
"Menu" can remain like it is now as we don't have a component to open with this yet
Describe the bug
When a user signs in using Auth.signIn() the "signIn" event is registered multiple times in the Hub listener
To Reproduce
- Add a log inside the "signIn" event in the Hub.listener callback
- Open devtools
- Sign in using Auth.signIn()
- Notice there is at least 4 or more logs and the same amount of network calls
Expected behavior
The sign in event shou
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Bug Report
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 2.2.0
@capacitor/core: 2.2.0
@capacitor/android: 2.2.0
@capacitor/electron: 2.2.0
@capacitor/ios: 2.2.0
Installed Dependencies:
@capacitor/electron not installed
@capacitor/cli 2.2.0
@capacitor/core 2.2.0
@capacitor/android 2.2.0
@capacitor/ios 2.2.0
[su
Here is an issues with detailed description: NekR/offline-plugin#77
-
Updated
Jun 16, 2019 - CSS
-
Updated
Oct 19, 2020
-
Updated
Oct 27, 2020
-
Updated
Oct 27, 2020 - JavaScript
I believe these directives were dismissed at some point due to no browser support, however there's increasing support for stale-while-revalidate.
stale-if-error on the other hand [isn't](https://caniuse.com/#feat
-
Updated
Aug 13, 2018 - JavaScript
-
Updated
Oct 28, 2020
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
Released 2015
- Website
- developer.mozilla.org/en-US/Apps/Progressive
- Wikipedia
- Wikipedia

Currently when queried for semantic diagnostics, the language service only returns diagnostics from typechecking the program TCB. However parse errors are likely to be just as (if not more) frequent than type errors, so we should return those as well.
When
getSemanticDiagnosticsis called, we retrieve a compiler for the program that file is in. The file is checked for changed contents; if con