now @theAlexes
now @theAlexes
this makes the code a bit cleaner.
This allows for delegation of hooks and their associated singletons, working around their inability to be subclassed.
User `@razetime` on Discord reported that their `print` statements were being lost with a subsequent `0 exit`, even when writing `with-output>error`. Adding a `flush` works around this. But this is...
this partially addresses issue #2600
The `Received: (qmail 47739 invoked by uid 1001); 29 Jan 2022 20:18:48 -0000` headers generated by qmail (and without loss of generality, Postfix) are not malformed, and instead contain RFC-compliant...
Both reading and writing the configuration are supported.
When using HTTPie to download a file which is both gzip'd and has a content-length header sent, the final output report says that the download is incomplete. This is apparently...
It'd be incredibly convenient if txacme would, when renewing a certificate whose name starts with www, request that the cert contain a subjectAlternativeName without the `www`.
``` utop [21]: Date.is_leap_year 2000;; - : bool = true utop [22]: Date.is_leap_day (Date.make 2000 2 29);; - : bool = false ``` https://github.com/ocaml-community/calendar/blob/a447a88ae3c1e9873e32d2a95d3d3e7c5ed4a7da/src/date.ml#L212 This seems to just be defined...