Wanja Hentze

Results 12 comments of Wanja Hentze

This issue has apparently been known upstream in `indicatif` for a while: https://github.com/console-rs/indicatif/issues/53

FWIW, I'm using the following hackaround to make this possible with vanilla agenix: ```sh some_cmd | EDITOR='cp /dev/stdin' agenix -e secret.age ```

I have tried to solve this by adding the `description` member from the setting to the flag's description. It works, but the output is much more verbose and also the...

Made a draft MR in case you want to check it out. I think the indentation of the descriptions might need fixing, but I couldn't figure out how the fmt...

Something to note: > 2. I assume that on most linux systems, it is sufficient to load liblouis.so instead of liblouis.so.16 or even liblouis.so.16.0.0. usually, liblouis.so is symlinked to the...

Adding to what @avl said: > In this case, having to write NOMINAL_LOW..=NOMINAL_HIGH-1 seems slightly worse. than NOMINAL_LOW..NOMINAL_HIGH . Note that you can't even write `NOMINAL_LOW..=NOMINAL_HIGH-1` in pattern position, because...

AFAICT, this functionality was broken on Linux proper too, at least for a while. Here's what I can make of this: - The original `IORING_OP_SENDMSG` implementation shipped in Linux 5.3...

What I actually ended up doing is replace the `mv` with `cp -a` in the script and re-running it, after which went through successfully. However, I'm not sure if this...

Not sure about the rest, but OverlayFS would induce a Linux dependency. clojure-nix-locker currently works on Mac OS as well and it would be nice to keep that. I know...

Note that that sites like that work in Firefox not because Firefox implements AIA ([and they don't intend to](https://bugzilla.mozilla.org/show_bug.cgi?id=399324)), but because it has a [set of pre-loaded intermediate certificates](https://wiki.mozilla.org/Security/CryptoEngineering/Intermediate_Preloading#Intermediate_CA_Preloading). Both...