msrd0
msrd0
Thanks for the excellent explanation :)
I think the HTTP-01 would also make a lot of sense. On my server, I have both a DoT server and an HTTP(s) server running. Thus, both port 80 and...
I personally use Source Code Pro for code files and Source Serif 4 for non-code files like markdown, latex etc. Probably not common but I prefer it I saw that...
If you bake it into the type signature, you cannot change that at runtime. If you want to adjust the behaviour at runtime, I'm not sure why you'd bake it...
Yes. But, what if I want to write an application that supports all versions of influxdb, and wants to set the retention policy if supported? In that case, I'd much...
This will be possible after the next release of hickory-dns: https://github.com/hickory-dns/hickory-dns/pull/2764
IIRC influxdb 1 and 2 (in compatibility mode) should work and are tested in CI. I've read that influxdb 3 wanted to go back to the influxdb 1 protocol, so...