Nathan Henrie

Results 108 comments of Nathan Henrie

Awesome. For the big picture overview, here's the GitHub Action that does the bulk of the signing and notarization: https://github.com/quicksilver/Quicksilver/blob/main/.github/workflows/ci.yml We keep the following "Organization secrets" stored as GitHub Actions...

@Massimo-B can you give any additional detail about how you got this working? Snapper creates read-only snapshots, so when I try to use e.g. `subvolume /.snapshots/1/snapshot` I am thwarted by...

I keep toying with switching from my long-time stack of bash + tmux + neovim to a rust-based stack of nu + zellij + helix, but my muscle memory keeps...

+1 -- just came to create an issue about filesystems. I've been tinkering with a BTRFS-based Raspberry Pi 3 image for quite a while now: I'm able to get an...

[3.0a changelog](https://raw.githubusercontent.com/tmux/tmux/3.0a/CHANGES)

I am still running into a related crash, in spite of a tmux version that should have this fix, when using nix's home-manager. More details in https://github.com/tmux-plugins/tmux-resurrect/issues/473

Yes -- it works as a one-time fix (as does just removing the `window` lines [as per above](https://github.com/tmux-plugins/tmux-resurrect/issues/316#issuecomment-559125793)) but the problem recurs soon thereafter.

Same. Tried `generate-coreml-model.sh` a few times with both `medium.en` and `large`, even let it run 8h or so overnight, never completed. After `sudo kill -9` on `ANECompilerService` (sending `SIGTERM` didn't...

Current master fails on `aarch64-unknown-linux-musl` due to dependency on https://github.com/andrewjstone/amy==0.10.0 (latest), which depends on nix==0.10.0. Looks like this was fixed in nix==0.12; simply patching amy to update to 0.12 allows...

Yes, would love to pitch in as much as I can -- I gave a little more background in an email reply I just sent. My greatest interest / dream...