Andrew Lubawy
Andrew Lubawy
We have started seeing this too ever since we got Python models working again with the latest regression fixes (batch ID and nested data structures). However, our problem is not...
This issue has been a major pain point for me too. I've found a few things out while messing with nix-darwin. * nix-darwin has options (ex: `system.defaults`) which are red...
I was hesitant to create a PR because a lot of what I did might be obsolete by the talks going on in #96, and as you said, `system.defaults` is...
I saw your PR while investigating this for myself, and it is also where I got the idea to use `sudo -u` for myself (thanks for that!). The main need...
This is definitely possible. I created a [PR over at yubikey.rs](https://github.com/iqlusioninc/yubikey.rs/pull/577) to add curve 25519 support to the underlying yubikey crate. I then forked [this repo on a new branch](https://github.com/dlubawy/age-plugin-yubikey/tree/combined_encryption)...