The Wayback Machine - https://web.archive.org/web/20210213164335/https://github.com/topics/webapp
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 7,885 public repositories matching this topic...

wave
dulajra
dulajra commented Jan 29, 2021

Is your feature request related to a problem? Please describe

We can place components inline by wrapping them with ui.inline component. But currently only start and end is supported as justify values. This blocks the user from placing the components as they please.

Describe the solution you'd like

Introduce more justify values (i.e between, around, center) to `ui.in

Mistic92
Mistic92 commented Dec 8, 2020

Is your feature request related to a problem? Please describe.
Currently Traduora support providing only host in env. When running on GCP Cloud Run it's easier to use unix socket than create vpc connector and use private ip to connect to cloud sql database.
I was trying to use /cloudsql/<instance_name> in host but it was crashing.

Describe the solution you'd like
Add option to prov