Isaac van Bakel
Isaac van Bakel
A QoL improvement I had a need for this morning. This allows for `Text` keys, which were previously rejected for not being Strings which could be packed into Text. I...
This uses the `NameConstraints` extension to allow for DNS whitelisting on the local CA when it is first generated. I'm aware that [you've rejected this kind of change before](https://github.com/FiloSottile/mkcert/pull/113#issuecomment-459999460), but...
Essentially a very crude and unassuming design for how you might choose to implement #25. The essential stuff: * grammars can `share` rules, which marks them `pub(crate)` but doesn't produce...
Goes some way to addressing #30 - also warns whenever a file has two `@title` commands, as a little benefit.
The last version available on Hackage, `0.2.2`, is over 12 months old. Since then, there have been some minor useful fixes - but also a major fix, namely #43 ,...
Maybe this is the intended behaviour for Odd Jobs, from your requirements - apologies if so. Because job runners only check the number of attempts on a job *after* the...
I'm looking into using odd-jobs to replace a home-spun job queue implementation. The web UI is really useful, but I would like to put it behind a subpath on an...
It looks like `ZipArchive` could easily have a `PrimMonad` instance based on that for `StateT ZipState IO` - and I've hit an instance where it would be useful to have....
We had an error recently at runtime from passing `srem` the empty list `[]`. The `members` argument of `SREM` is actually non-optional - at least one value must be supplied....
Is this repository being worked on internally, or are you accepting open-source contributions?