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,177 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
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
Jul 5, 2021 - HTML
-
Updated
Jun 21, 2021 - JavaScript
Describe the bug
After recent updates, CSS is broken (got a little bit darker) for table names and also some icons are missing. It affects only 5.2. Can also be seen on https://demo.phpmyadmin.net/master-config/index.php?route=/database/structure&db=StdMdDB
To Reproduce
Steps to reproduce t
-
Updated
May 11, 2021 - HTML
-
Updated
May 21, 2021 - JavaScript
-
Updated
Jul 5, 2021 - Shell
-
Updated
Sep 30, 2020 - Vue
-
Updated
Jul 5, 2021 - C++
-
Updated
Jun 9, 2021 - Java
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Jun 28, 2021 - PureScript
-
Updated
Aug 11, 2017
-
Updated
Apr 2, 2021 - Java
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Jun 24, 2021
- 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
Jan 4, 2021 - JavaScript
-
Updated
May 4, 2021 - Shell
-
Updated
May 15, 2021 - CSS
-
Updated
Jun 9, 2021 - Perl