Armin Sebastian
Armin Sebastian
WAL-G is also written in Go and it supports the encryption of incremental backups using libsodium and OpenPGP, it may help to take a look at the implementation. https://github.com/wal-g/wal-g#encryption
You could edit the `cron` property to reduce the frequency of scheduled runs: https://github.com/dessant/lock-threads#examples We could intergrate a tool like this to handle rate limiting in the future: https://github.com/octokit/plugin-throttling.js
Hi @JustArchi! I think it would be useful to automatically lock *resolved* discussions that are inactive, but there does not seem to be a native feature to generally mark discussions...
The GraphQL API can be used to lock discussions, I've recently implemented it for [Label Actions](https://github.com/dessant/label-actions). There's a feature request for closing or resolving discussions on GitHub: https://github.com/github/feedback/discussions/3097
We could try solving the new challenges. The main part of the work is detecting if the captcha was solved, or a new challenge was loaded instead.
@kamdz, that would be awesome! Although I have a local version that has diverged a lot from master because of the upcoming user input simulation, but I could adapt your...
Some comments have been hidden to clean up the thread. @simonred343434 the blocking you're seeing is not related to this issue, read this comment for more information: https://github.com/dessant/buster/issues/56#issuecomment-481655521
@Maxim-Mazurok, your use case is not supported or welcome here, please don't post automation scripts.
I don't have time to work on this for the foreseeable future. If someone would like to contribute and experiment with compiling for this target, you can set up a...
I'm planning to call operating system APIs directly instead of using robotgo, which has no multi-monitor support and lacks some features the client app will need for better input simulation.