web-app
A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user's device; they are run from a remote server. This differs from mobile apps, which are installed on the user's mobile device, and desktop applications, which are installed on the user's computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.
Here are 1,977 public repositories matching this topic...
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U
-
Updated
Oct 26, 2020 - Vue
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
-
Updated
Oct 27, 2020 - HTML
-
Updated
Oct 2, 2020 - JavaScript
Describe the bug
When a table is rendered in Safari on either iOS 14.1 or iPadOS 14.1 the header row with the column descriptors covers the first two rows of the table using the latest version of phpMyAdmin, 5.04. This does not occur with MacOS 10.15.7. Nor does it occur if phpMyAdmin is reverted to version 5.0.2.
To Reproduce
Steps to reproduce the behavior:
- Go to any databas
-
Updated
Oct 27, 2020 - HTML
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Vue
-
Updated
Oct 11, 2020 - Shell
-
Updated
Aug 2, 2020 - Java
-
Updated
Oct 28, 2020 - C++
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 24, 2020 - PureScript
-
Updated
Aug 11, 2017
-
Updated
Oct 13, 2020 - Java
- There seems to be a bug when navigating to the catch_all route but not contributors, ex. localhost:7878/test. The current implementation panics using both rocket and actix as server.
- Rocket currently has 404 for unknown routes and this should be added to the actix example as well.
-
Updated
Feb 27, 2020 - JavaScript
-
Updated
Oct 8, 2020 - Shell
-
Updated
Oct 6, 2020
-
Updated
Aug 24, 2020 - CSS
-
Updated
Oct 28, 2020 - Vue


Summary
The existing doc about adding Google analytics recommends using the
gatsby-plugin-gtagplugin. As was pointed out after #27081 was merged, Gatsby actually maintains an official plugin with the same functionality,gatsby-plugin-google-gtag.The Adding Analytics doc