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,918 public repositories matching this topic...
When you're logged in as E.g. an author, the admin panel isn't good at telling you why you can't edit a post. I've found two specific cases - the /edit URL and search, but I think they are both very similar.
To Reproduce
Case 1: search
- In admin search for a post you can't edit
- See the post listed in the results
- Click on the post
- You are taken to the posts list with no
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/chat
I 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
Jun 11, 2020 - Ruby
The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.
- You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
- This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
- Previously it r
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Jan 28, 2020 - Ruby
In some cases, it is crucial to set performance options for a VM's disk. For that, you currently have to use virt-manager
or virsh
. This should be implemented into the panel.
The mentioned features are:
The explain analyze button doesn't use buffers. Offering explain (analyze, buffers) sounds like very helpful feature to me. I even think that explain (analyze, buffers) might be the better default for analyzing queries. That differs from verbose, which is not considered as very helpful by a major part of the community.
All the best
pgaro
-
Updated
Jan 14, 2020 - Java
-
Updated
Jun 8, 2020 - JavaScript
Would you please consider adding social sharing buttons to the titles view?
I can think of 2 options:
I think th
-
Updated
May 29, 2020 - JavaScript
Describe the bug
if you start MySQL with --ssl
mode enabled writefreely won't connect to the database.
Steps to reproduce (if necessary)
Steps to reproduce the behavior:
- start MySQL with
--ssl
mode. - run
writefreely --config
and set the proper database credentials - writefreely will error try to connect to the databse with
this authentication plugin is not supported
-
Updated
Mar 4, 2020 - Python
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.
Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.
Wo
- 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
![image](https://user-images.githubusercontent.com/54360213/68209046-da2b5a00-ffd2-11e9-8132-5945927026ad.p
-
Updated
Jun 13, 2020 - C++
This is a good, easy entry point to contribute!
-
Updated
Jun 11, 2020 - PHP
-
Updated
Jun 7, 2020 - Perl
-
Updated
Jun 14, 2020 - Java
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. "