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,226 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
Oct 11, 2021 - HTML
-
Updated
Oct 12, 2021 - JavaScript
Copy table name
Hi,
It used to be easy to copy the table name, by selecting the name from here:
However, now every time I attempt to select the table name there, it does reverse selection, or copies the whole line:
![image](https://user-images.githubusercontent.com/487079/131700717-e3cfc71e-
-
Updated
Aug 11, 2021 - HTML
-
Updated
May 21, 2021 - JavaScript
-
Updated
Oct 9, 2021 - Shell
-
Updated
Sep 30, 2020 - Vue
-
Updated
Oct 13, 2021 - C++
-
Updated
Oct 1, 2021 - Java
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Jul 19, 2021
-
Updated
Oct 2, 2021 - PureScript
-
Updated
Aug 11, 2017
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Apr 2, 2021 - Java
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
May 4, 2021 - Shell
Since Waspello is a demo app, it would be cool to add some kind of e.g. banner with the link to Waspello source code: https://github.com/wasp-lang/wasp/tree/master/examples/waspello
That way when somebody is checking out Waspello demo app they can quickly also see the code!
-
Updated
May 15, 2021 - CSS
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
-
Updated
Oct 1, 2021 - Perl