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,020 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
Dec 17, 2020 - HTML
-
Updated
Dec 17, 2020 - JavaScript
Describe the bug
in a database, clicking on SQL , there is no ability to right click copy/paste clipboard stuff
To Reproduce
Steps to reproduce the behavior:
- Go to '...' any database
- Click on '....' SQL
- try paste into or copy content from right click
Expected behavior
copy to and paste from
Server configuration
- Operating system: linux slackware 14
-
Updated
Nov 24, 2020 - HTML
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Vue
-
Updated
Dec 17, 2020 - Shell
-
Updated
Dec 9, 2020 - Java
-
Updated
Dec 18, 2020 - C++
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Nov 6, 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
Dec 2, 2020 - JavaScript
-
Updated
Dec 6, 2020
-
Updated
Dec 15, 2020 - Shell
-
Updated
Dec 13, 2020 - CSS
-
Updated
Dec 11, 2020 - Vue
A follow up to gatsbyjs/gatsby#28614
Here are a few other places where sharp reads/writes images that don't seem to have try/catch setup around them.
https://github.com/gatsbyjs/gatsby/blob/b81e6bdb70fbda4f02739728f79b12c166b1a188/packages/gatsby-plugin-sharp/src/image-data.ts#L61
https://github.com/gatsbyjs/gatsby/blob/b81e6bdb70fbda4f02739728f79b12c166b1a188/pack