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 1,953 public repositories matching this topic...
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U
-
Updated
Aug 4, 2020 - Vue
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 28, 2020 - HTML
-
Updated
Aug 11, 2020 - JavaScript
Describe the bug
'Display Gis Visualization', a selected lable column is not shown when the base layer is not selected.
To Reproduce
- Create table with a spatial column and columns like 'id', 'name';
- Insert some data in a spatial column, whether points, linestrings, polygon's, doesn't matter;
- Browse the table;
- Choose button 'Visualize GIS-data';
- The 'Display GI
-
Updated
Jul 18, 2020 - HTML
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Jan 26, 2019 - Vue
-
Updated
Aug 24, 2020 - Shell
-
Updated
Aug 2, 2020 - Java
-
Updated
Aug 29, 2020 - C++
-
Updated
Jan 13, 2020 - JavaScript
-
Updated
Aug 15, 2020 - PureScript
-
Updated
Aug 11, 2017
-
Updated
Aug 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
Feb 27, 2020 - JavaScript
-
Updated
Aug 29, 2020 - Shell
-
Updated
Aug 24, 2020 - CSS
-
Updated
Aug 27, 2020 - Vue
-
Updated
Apr 28, 2020 - CSS
Summary
Where: https://www.gatsbyjs.org/docs/ssr-apis/#onRenderBody
What: Improve the example for
onRenderBodyor add another example, simple, that is not tied to a plugin.Suggestion