web-application
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,507 public repositories matching this topic...
Issue Summary
In Safari 13.0.4 on macOS 10.15.2, the 'Upload routes YAML' button triggers a file browser that only allows selection of files ending in .yml. These are not accepted by the application, which requires a .yaml extension. This results in routes not being uploadable with Safari.
To Reproduce
- In Safari, click the 'Upload routes YAML' button in Labs.
This doesn'
-
Updated
Mar 4, 2020 - Python
When running example in homepage https://revel.github.io/ using go 1.13.5:
go get github.com/revel/cmd/revel
git clone https://github.com/revel/examples $GOPATH/src/github.com/revel/examples
revel run github.com/revel/examples/chatI only get a crash on Windows and Debian 10:
Windows:
C:▶revel /v run github.com/revel/examples/chat
INFO 17:50:49 revel.go:94: Impo
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
-
Updated
Mar 4, 2020 - Ruby
I think the default behavior of focus changing is being prevented by preventDefault, when drawing / using any tools on the canvas.
This leads to keyboard shortcuts like Ctrl+Z/Ctrl+Shift+Z/Ctrl+C/Ctrl+V/anything not working.
To reproduce:
- Open Help > Help Topics
- Click in the iframe, the right pane
- Click in the canvas area
- Try to undo with Ctrl+Z
If we're preventing the defau
Unless the computer has active internet connection, only empty/splash screen is shown forever.
Perhaps result of the [disgusting] practice to link everything from some "we hope it will be there forever"
CDN ? (I encountered this even in "here is you offline docs archive", for multiple projects ... sigh ...)
[EDIT: v 3.0 / Win10x64]
-
Updated
Mar 4, 2020 - Ruby
We would like to create specific storage pools, with specific sizes and assign them to specific users or groups.
Then a group of users could work in its own assigned pool and would not see others pools, avoiding problems, like an user disabling others pools.
Same behavior could be done for network.
Hi and thanks for this wonderful app!
The docs mention prettify, not just Indent:
- Indent SQL: This button will prettify any SQL code written in the SQL editor
It would be very useful to do more prettify things, such as capitalize SQL keywords.
eg
select * from users;
would be prettified to
SELECT *
FROM users;
Thanks!
-
Updated
Mar 4, 2020 - Java
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Mar 2, 2020 - Java
When we started to design the architecture of Statusfy, using TypeScript was our first choice, but the limited support of Vue.js and Nuxt.js at that time stopped us from writing the codebase in that language. We believe that Typescript will bring great benefits to Statusfy:
- Better maintainability
- Best error checking from PRs
- Better catching and rectifying more problems at development ti
The documentation(READme) has instances of REDIRECT_URI in the format of
website.com/{provider}/callback.
I believe the code has been updated since that URI was used, but it doesn't reflect in the documentation.
It can be very misleading to new techs.
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 3, 2020 - Go
As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.
My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi
- There seems to be a bug when navigating to the catch_all route but not contributors, ex. localhost:7878/test. The current implementation panics using both rocket and actix as server.
- Rocket currently has 404 for unknown routes and this should be added to the actix example as well.
In the admin even though the ratings are disabled, the acces to the ratings page in the sidebar is still accessible. This page should be hidden when the ratings aren't enabled



A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "