Ask HN: Which GitHub repo has the most open issues? 7 years ago
https://github.com/flutter/flutter/issues has 5491 open and 14800 closed issues.
HN user
https://github.com/flutter/flutter/issues has 5491 open and 14800 closed issues.
There's an example on how to encrypt the files before sending them to the server:
# Encrypt files with password using gpg
$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
# Download and decrypt
$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txtI have always wanted to learn how to sketch.
Google Play - https://play.google.com/store/apps/details?id=com.gunnner
GitHub - https://github.com/egor-n/gunnner