-
Updated
Feb 13, 2021 - Python
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 3,494 public repositories matching this topic...
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 6, 2021 - Go
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
Feb 13, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Ruby
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Dec 28, 2020 - JavaScript
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Oct 13, 2020 - Java
on latest develop, if I run:
go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
--- FAIL: TestViewOauthCallback/success (0.00s)
oauth_test.go:248:
Error Trace: oauth_test.go:248
Error: Received unexpected error:
/logi-
Updated
Dec 18, 2020 - JavaScript
-
Updated
Feb 11, 2021 - Java
-
Updated
Oct 17, 2020 - Python
Balance sheet column headings should be the column's end date:
Balance Sheet 2020-07-03
|| 2020-07-03
======================================++==============================================
But in the HTML output, it seems to be a date range instead:
Bala |
|---|
- 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.
-
Updated
Jul 28, 2020 - PHP
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Feb 12, 2021 - PHP
-
Updated
Feb 13, 2021 - PHP
-
Updated
Aug 29, 2020 - C++
-
Updated
Dec 11, 2020 - Elixir
-
Updated
Feb 7, 2021 - Perl
-
Updated
Feb 10, 2021 - PHP
-
Updated
Dec 2, 2020

Issue Summary
When running under Node 14, the error message printed out when a second instance of Ghost is trying to bind to a port isn't the custom one we have, but the generic one.
To Reproduce
We have a check like
error.errno === 'EADDRINUSE', which evals to `fa