Marco Primi
Marco Primi
@gamedevsam thank you very much for this contribution. Unfortunately at the moment I'm pretty squeezed and I doubt I'll have time to review and accept. Details here: https://github.com/mprimi/portable-secret/discussions/29
Makes sense, looks like a lot of refactoring for relatively small set of use cases. For anyone stumbling upon this. I wanted that API to block until a newly created...
I bumped into this one yesterday. It's not an issue with this project but rather of `nats-binaries`, the downloaded binary is half the expected size, meaning probably the backend store...
Sharing some info that may be useful to other stumbling upon this. @TheGreatBeginner777 : > For cat /etc/cron.d/freshrss output is > `MAILTO="root" */10 * * * * freshrss /usr/bin/php ...`...
@lapor-kris Either `/var/log/freshrss/` doesn't exist, or it's not writeable by whichever user you installed the cronjob for. Assuming is running under `freshrss` user: Create the directory: `sudo mkdir -p /var/log/freshrss/`...
@ripienaar what's a good way to track requested/suggested checks and other improvements for `audit`? Should i open an issue in that project? @neilalexander I'm not familiar with this feature or...
@derekcollison I'll proceed to parametrize the rest. Once that's done you can supply sensible parameter values that make the most sense to test
Related: https://github.com/nats-io/nats.go/issues/1855
@davidlfox took care of #27 in https://github.com/mprimi/portable-secret/pull/39 But if you rebase your markdown cleanup I'll gladly take it. Please use a descriptive commit message
Reproduced this issue in a synthetic environment. TL;DR: It is possible for 2 RAFT node objects for the same RAFT group to exist in the same server with the current...