-
Updated
Sep 18, 2020 - JavaScript
Privacy
Privacy is the option to limit the access others have to one's personal information. Privacy can be compromised through various economic, legal, social, and technical means. Accordingly, various projects aim to develop privacy-protecting applications, how-to guides, and policies.
Here are 1,991 public repositories matching this topic...
-
Updated
Sep 15, 2020 - Python
-
Updated
Sep 17, 2020 - Python
-
Updated
Sep 18, 2020 - PHP
-
Updated
Sep 18, 2020 - C
-
Updated
Sep 15, 2020 - Python
-
Updated
Jul 11, 2020 - Shell
-
Updated
Aug 21, 2020 - Go
-
Updated
Sep 17, 2020 - Python
-
Updated
Sep 17, 2020 - Go
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
-
Updated
Sep 16, 2020 - Java
-
Updated
Sep 17, 2020 - C++
-
Updated
Jun 29, 2020 - C#
-
Updated
Sep 9, 2020 - JavaScript
Quorum doesn't return a message error clearly specifying the cause of an error (from a user standpoint) when the transaction manager fails to Quorum (e.g: 400 bad request, ...).
System information
Release: 2.2.3
Expected behaviour
Helpful error message
Actual behaviour
invalid argument 0: json: cannot unmarshal non-string into Go value of type common.Hash
E.g. accept missing leading 0
-
Updated
Jul 15, 2020 - C++
In osx/updater/updater.go, we're referencing an ancient Go package, which has moved to a new location. Right now, the updater doesn't build (should we test this on travis?).
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Swift
-
Updated
Sep 17, 2020 - Elixir
-
Updated
Sep 2, 2020 - JavaScript
See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The
file_server
directive has abrowse
option which enables a directory index to be served when a directory is requested. By default, this index is rendered using a template which can be [found in the cod