Petr Špaček
Petr Špaček
FYI it seems that you are going to re-implement dnssec-trigger :-) You might be interested in https://www.nlnetlabs.nl/projects/dnssec-trigger/ I hope this helps.
InfluxDB v1 compatibility requires extra setup using `influx v1 authorization create` command. InfluxDB v2 API is provided by different library: https://influxdb-client.readthedocs.io/en/stable/index.html Pick your poison, I would day.
Just it case you wonder what else user might try to do while parsing RRsets, here is an attempt to make "maximally flexible" RRset parser in dnspython: https://dnspython.readthedocs.io/en/stable/zonefile.html
I confirm the same behavior with shift+G, I guess it has the same cause. I just migrated from dead addon Nostalgy and this is the main difference I noticed -...
Thank you for replying! It used to work like I describe in Nostalgy @ Thunderbird 68. I.e. switching folders did not change folder view so the user might end up...
Please note that lastlog is not the only thing which uses sparse files. I just ran into this problem while trying to build container with LMDB instance inside. LMDB is...
My apologies. I did not find the duplicate because, well, https://github.com/rr-debugger/rr/issues?q=catch+is%3Aopen does not return it!
Limiting $GENERATE is certainly a good idea... as opposed to generating 2^31 RRs from a single-line snippet.
Hello! Given this is a "good first issue", can you provide some recommendation how to approach this? I was bitten by this and would try to fix it, if I...
Great, thank you for intro! I will check if/when `makepkg` can possibly _not_ generate `-debug` packages even though `debug` option is enabled.