Martin Lehmann
Martin Lehmann
Hi! Is there any news about this issue? I had opened a PR which resolves this in #626, but there has been no movement on it for over a month...
I fully understand the reasoning behind this decision. As for fixing the problem, I went with option 3: A wrapper script around the git hook that asks whether I want...
> Normally when I encounter an issue like this with failing lints/tests because of unstaged files, I run `git commit` as normal, and subsequently pre-commit complains. I analyse why pre-commit...
> While this works, it's annoying. Is there a simpler way to accomplish the same thing? Well, there is already an open PR for this, which you could just use...
It should be fairly easy if you can create a throwaway checksummed filesystem. Just create a small image file, format it with e.g. BTRFS, put some files onto it and...
Here's what I did to test this more thoroughly. On Remote:\ (Note that you cannot use `/dev/zero` instead of `/dev/urandom` in the `dd` call, because all-zero blocks are actually valid.)...
I've just now encountered this issue. Multiple hours after closing the GUI (with the X in the top right corner), I noticed that my external HDD hasn't fallen asleep yet,...
I think I'm having the same issue here. After switching conky to `out_to_x11 = false, out_to_wayland = true` all the text behind a `${goto}` is gone. There seems to be...
Hey! It's been quite a while since I opened this PR. Has anyone had a chance to look at it already? It seems that community interest is definitely there, and...
Ah, that's good to know, thanks for the info. I'll try to change this into a subcommand one of these days, but I can't guarantee that's going to happen before...