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,265 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
Dec 21, 2021 - HTML
-
Updated
Dec 20, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
FKs are assigned an automatic name which ends with a numeric suffix _1, _2 etc, Once this goes over _10 PMAs orders them e.g. 1, 10, 2, 3 etc.
To Replicate
# create a table
CREATE TABLE `2_test` (
`id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
# create an-
Updated
Aug 11, 2021 - HTML
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
Dec 14, 2021 - Shell
-
Updated
Sep 30, 2020 - Vue
-
Updated
Dec 21, 2021 - C++
-
Updated
Dec 21, 2021 - Java
-
Updated
Dec 11, 2021
-
Updated
Nov 25, 2021 - JavaScript
-
Updated
Oct 2, 2021 - PureScript
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Aug 11, 2017
-
Updated
Apr 2, 2021 - Java
-
Updated
Dec 2, 2021 - Shell
-
Updated
Jan 4, 2021 - JavaScript
Right now we don't have a canonical way to add an image with a caption to our blog articles, every time we do some combo of md or HTML, and caption is either a
or ... .We should create a React component that standardizes this and then we can use that in all the places where we require an image.
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
-
Updated
May 15, 2021 - CSS
-
Updated
Dec 21, 2021 - Perl

Preliminary Checks
Description
I j