-
Updated
Feb 6, 2021 - Python
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...
-
Updated
Nov 6, 2020
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Jan 28, 2021 - Go
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Jul 14, 2020 - CoffeeScript
-
Updated
Dec 29, 2020 - Python
-
Updated
Oct 2, 2020
-
Updated
Aug 11, 2017
-
Updated
Feb 11, 2021 - Sass
-
Updated
Feb 12, 2021 - Rust
-
Updated
Feb 10, 2021 - Java
- Metastream Version:Beta 0.4.0
- Browser + Version:Google Chrome Version 76.0.3809.136 (Official Build) (64-bit)
- OS Version:Google Chrome OS Version 76.0.3809.136 (Official Build) (64-bit)
The volume doesn't match the video player volume. When metastream is 50%, the vid
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Feb 10, 2021 - Python
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
-
Updated
Feb 28, 2018 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Feb 13, 2021 - TypeScript
Create whitelist
NSFW-Filter should skip filtering Google reCAPTCHA, and any other sort of popular reCAPTCH'es
Scope: https://github.com/nsfw-filter/nsfw-filter/blob/v1.3.0/src/content/Filter/ImageFilter.ts#L30
Related: wingman-jr-addon/wingman_jr#84
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Feb 4, 2021 - Python
-
Updated
Dec 9, 2020 - JavaScript
-
Updated
Dec 5, 2020 - JavaScript
Is your feature request related to a problem? Please describe
We can place components inline by wrapping them with
ui.inline
component. But currently onlystart
andend
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