Alexis Hildebrandt
Alexis Hildebrandt
Wow! Thanks for your detailed comments and suggestions, @ShamrockLee, very much appreciated!! I'm a bit busy until the middle of calendar week 13, so please allow me some time to...
I don't mind having two installations of nix when using nix-darwin, if both versions are somewhat recent. On my system nix-darwin uses `2.18.1`, yet the [latest version available](https://nixos.org/download/) as of...
Thank you @bestlem, that's very helpful to know. I hear you lound and clear on leaving it, and I'll probably regret my decision to change the installed nix version, when...
Thank you for chiming in, @Samasaur1. I was under the impression that the older nix was more a nix-darwin thing rather than nixpkgs. Thanks for clearing that up. From your...
@Samasaur1 on first glance [31 open regressions](https://github.com/NixOS/nix/issues?q=is%3Aopen+is%3Aissue+label%3Aregression) doesn't look to bad to me, but again I've only scratched Nix's surface, if even, so happy to trust the judgement of folks...
I think this can conveniently be handled by other tools, e.g. using awk: `ledger -f test/input/drewr3.dat reg | awk 'NR%2==0{print "\033[48;2;20;20;20m" $0} NR%2{print "\033[48;2;30;30;30m" $0}'` Wouls this serve your needs...
Thanks for the issue @mesuutt, it inspired me to improve my toolbox. I have now added the following zsh function to my setup: ``` emulate -L zsh #-fman Color lines...
I agree copying from the diff window would be great, but only as long as the functionality to stage individual lines or line ranges is kept.
Pull Request #191 is my proposal to this problem: a button at the top right of the diff view next to the context slider to toggle between the selection modes...
@firedev Copying from older commits already works for me (see screenshot below). Please describe in more detail what you would like to do in order to "copy from the diff...