ruslandoga
ruslandoga
👋 Is there a way to provide `{ipfamily, inet6fb4}` option to `httpc` to make it work in both IPv6-only and IPv4-only networks? I tried to do a quick search but...
Continues #1053
Closes #65 - [x] fix tests - [ ] try it manually to make sure it works - [ ] ensure existing rsa keys are renewed with the same key_alg=rsa...
Certbot and some other ACME clients have switched to ECDSA by default some time ago. Currently, `alg` is hardcoded in SiteEncrypt's native client. Thoughts on making it configurable or even...
👋 Right now if an error happens with the native client that error is not shown sometimes: ``` plausible-1 | 08:39:43.256 [error] Task #PID started from #PID terminating plausible-1 |...
Today is a typos day!
Trying out some ideas for a more efficient RowBinary encoder. Idea 1: speed up encoding of `DateTime.utc_now()` (datetimes that are close to "now" by pre-generating unix offsets) Idea 2: macro...
Related to #187
For https://github.com/plausible/ecto_ch/issues/177