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

ManiMuridi
ManiMuridi commented Nov 28, 2021

Preliminary Checks

Description

I j

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
ibennetch
ibennetch commented Dec 28, 2021

When a user is changing their password, we should check if AllowNoPassword is false, and if it is false then we should warn the user strongly before allowing them to set their password to a blank value. This check should apply to both the "Change password" link on the main page and actions on the "User accounts" tab.

The warning can be "You are trying to set this account to log in with no pas

Martinsos
Martinsos commented Dec 22, 2021

Right now, Analyzer (compiler) error messages are shown like this:

Type error:
  For dictionary field 'dependencies':
    For list element:
      For dictionary field 'version':
        Expected type: string
        Actual type:   number

So first we describe the type of the error (Type Error), then we describe its context (in dictionary field X, in list, in ...), and then we d