The Wayback Machine - https://web.archive.org/web/20200903043123/https://github.com/topics/web-app
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 1,954 public repositories matching this topic...

MathiasKandelborg
MathiasKandelborg commented Sep 2, 2020

Summary

How do I control how Typescript is included? How does one incorporate typings into the developer experience, and why can one not have globals? E.g., React as global so one won't have to import it everywhere.

Relevant information

Typescript is 'included', but there's no information on how to control versions or what the default configuration is, or how one would go about changin

nuxt.js
manniL
manniL commented Sep 1, 2019

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

shucon
shucon commented Aug 30, 2020

Describe the bug

Editing Geometry data using GUI is not working.

The error is due to the fact that the Query generated is UPDATE `gis_all` SET `shape` = ST_PointFromText(\'POINT(66 54)\',0) WHERE `gis_all`.`name` = 'POINT' but it should be UPDATE `gis_all` SET `shape` = ST_PointFromText('POINT(66 54)',0) WHERE `gis_all`.`name` = 'POINT' which works fine when edited and execut

You can’t perform that action at this time.