-
Updated
Aug 25, 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,951 public repositories matching this topic...
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 26, 2020 - Python
-
Updated
Aug 26, 2020 - PHP
-
Updated
Aug 24, 2020 - C
-
Updated
Aug 26, 2020 - Python
-
Updated
Jul 11, 2020 - Shell
-
Updated
Aug 21, 2020 - Go
-
Updated
Aug 26, 2020 - Python
-
Updated
Aug 20, 2020
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
Aug 26, 2020 - Java
-
Updated
Aug 26, 2020 - C++
-
Updated
Jun 29, 2020 - C#
-
Updated
Aug 24, 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
-
Updated
Jul 15, 2020 - C++
E.g. accept missing leading 0
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 26, 2020 - Swift
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Aug 25, 2020 - Elixir
-
Updated
Aug 26, 2020 - JavaScript
See the discussion here: https://caddy.community/t/v2-http-handlers-templates-functions-in-file-server-browse-template/9214
The
file_serverdirective has abrowseoption 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