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 2,106 public repositories matching this topic...
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
-
Updated
Nov 13, 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
Mar 17, 2021 - HTML
-
Updated
Feb 21, 2021 - JavaScript
Describe the bug
Error messages are not translated
To Reproduce
Expected behavior
Be translated
Server configuration
- phpMyAdmin version: 5.1
Dev details
The message seen in french is added with the rule in https://github.com/phpmyadmin/
-
Updated
Mar 11, 2021 - HTML
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Feb 26, 2021 - Shell
-
Updated
Sep 30, 2020 - Vue
-
Updated
Mar 17, 2021 - C++
-
Updated
Dec 9, 2020 - Java
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Mar 13, 2021 - 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
Dec 6, 2020
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Feb 25, 2021 - Shell
-
Updated
Dec 13, 2020 - CSS
Right now it is being triggered a lot, especially by tmp editor files, so this would probably save a lot of unnecessary recompilations.
-
Updated
Mar 11, 2021 - Perl

In my case I did use a wrong version of Gatsby and I ve got an incorrect error about it
to replicate just change version to a wrong one in package.json of Gatsby and
semver will throw out an error than the catch on
https://github.com/gatsbyjs/gatsby/blob/a6be92eb80bb98c308310a0fb3c340dab8e104aa/packages/gatsby/src/bootstrap/load-themes/index.js#L40
do not output and do not stop the code.