Skip to content
#

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,419 public repositories matching this topic...

notexactlyawe
notexactlyawe commented May 29, 2022

Preliminary Checks

Description

Try

type: documentation good first issue status: confirmed topic: remark/mdx
nuxt.js
emiliobondioli
emiliobondioli commented Jul 26, 2019

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

dash
Draghmar
Draghmar commented Jun 27, 2022

Describe the bug

After updating to 5.2 I've noticed that phpMyAdmin stopped remembering how tables were sorted when navigating. I didn't find any other report about that so I'm guessing it's something related to my setup somehow. I tested this on two different setups and two different browsers. I don't get any errors in UI and in browser's console.
What can possibly produce this issue? Som

bug help wanted good first issue