Andreas Fuchs
Andreas Fuchs
Turns out we can't find, e.g., the transgender flag (new in unicode 13!) - its codepoints [are](https://emojipedia.org/transgender-flag/) ``` U+1F3F3 U+FE0F U+200D U+26A7 U+FE0F ``` ...meaning we can only find the...
I'm working on a thing that splits FLAC files with embedded CUE sheets into separate tracks, and would love to use this crate to do that: It's got most of...
I am using Criterion to benchmark a function that operates on a vector of elements, using something like: ``` rust const ALL: &'static [Width; 4] = &[Width::U8, Width::U16, Width::U32, Width::U64];...
I was trying to use [age-plugin-yubikey](https://github.com/str4d/age-plugin-yubikey) with `rage` to create a key that doesn't live on my file system. This works, but not completely conveniently all the way: agenix happily...
I love boon & have been extremely happy with it for the past, oh, 3 years now! One thing that has always confused me though, was that when I switch...
**Is your feature request related to a problem?** I'm trying to download a "stable" version of the module in a way that doesn't rely on some developer putting the .so...
As pretty much every convenient shortcut on my desktop is taken up by either my editor (hi, Emacs) or my window manager, I customized my keyboard to instead send high-numbered...
I've got a program here that has two `[[bin]]` targets in its Cargo.lock: `deploy` and `activate`, and only one of them, `deploy`, can build on macOS (both of them build...
From https://docs.brew.sh/Installation, it sounds like apple silicon homebrew installs will always go into `/opt/homebrew`; that means the path check in https://github.com/LnL7/nix-darwin/blob/3b28c4675a4c6a1fa2a1448e8e9abcfb4cb5c770/modules/homebrew.nix#L207-L211 will never pick it up. I tried adding a...
This [nixos option](https://search.nixos.org/options?channel=21.05&show=system.extraDependencies&from=0&size=50&sort=relevance&query=system.extraDependencies) is really useful for warming the cache in a flake-based system configuration that has `apps` defined, and would be very good to have in nix-darwin as well:...