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

gh640
gh640 commented Jul 11, 2022

Preliminary Checks

Summary

The current latest version

help wanted type: documentation good first issue
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
ChrisHSandN
ChrisHSandN commented Jul 11, 2022

Describe the bug

If the end of an SQL statement is a comment, PHPMyAdmin will repeatedly inject a semicolon onto the end each time it is edited.

To Reproduce

Steps to reproduce the behavior:

  1. Go to for latest demo server https://www.phpmyadmin.net/try/ and use MariaDB
  2. Click on SQL
  3. Enter SELECT 1 -- foobar
  4. Press Run
  5. Press "Edit" then "Run" again
  6. SQL is now
enhancement good first issue