Cole Helbling

Results 92 comments of Cole Helbling

https://github.com/cole-h/agenix-rs/commit/79707b60514cdaac30196c5d935d5b6524a002b2 implements the desired groups functionality.

I just pushed a `flake.nix` (as well as a `default.nix` and `shell.nix` via `flake-compat`), hope that works for you :)

I believe that is correct. I'd be glad to accept a PR implementing that. Hopefully the code is clean / easy (enough) to read, but feel free to ask for...

The ligature tracking issue is https://github.com/alacritty/alacritty/issues/50. I'll let one of the maintainers chime in on your other question.

> What commit is that? Should be https://github.com/jwilm/alacritty/commit/9e89aaa477369b20a06f4b9f636d7fd543c4c985. Additionally, can you see if installing `wl-clipboard` solves your issue? While not ideal -- installing a package for cross-client clipboard support --...

Try adding this to your `.tmux.conf`: `setw -g window-status-activity-attr none` Now, only the `#` will be shown when a window updates. This is because the default window-status-activity-attr is reverse (see:...

Hopefully this can be fixed in the theme itself in the future. Also, be aware the "bell" status has a `reverse` attr as well, so modify that as well (I'm...

Maybe not exactly the same issue as this, but I was able to access my machine while connected to Mullvad (using their daemon and CLI, from https://github.com/mullvad/mullvadvpn-app) over Tailscale by...

Without any further knowledge, would https://github.com/hercules-ci/gitignore.nix work? This doesn't actually filter out `target` explicitly, but uses the project's `.gitignore` (as you probably gleaned from the name). I was introduced to...

It's not actually a fatal error, I just want to guarantee (almost) all of my snapshots are replicated (and having my older snapshots pruned halts the replication process fairly early...