stepnem
stepnem
Yeah, it was just an improvement (a crucial one for my usage, but of course that's subjective), not a perfect solution. Same goes for the other PRs: I was just...
This is all the more interesting given that Gambit itself does return the correct form.
FWIW, here's what I've been using: https://github.com/stepnem/zsh-autosuggestions/commit/ce7ad0e8d4579f6e409b26683142fb1f2239ab51 Maybe it's not the best way to do it (I'm not that familiar with the code), but it works for me. I didn't...
> Under “Git: programmatic staging”, > [grepdiff](https://linux.die.net/man/1/grepdiff) by Tim > Waugh (from Patchutils) is mentioned. Then under “Git > tools and sites”, > [grepdiff](https://pkg.go.dev/rsc.io/grepdiff) by Russ Cox > is mentioned....
> Looking at zsh script I believe the issue is in pkgfile itself though. Yes, you can easily verify that using `pkgfile -b`. `pkgfile` built from current master doesn't have...
I'm sorry for the delay. I haven't used Supybot for many years and as I recall this repo was really only meant as an archive for deprecated/discontinued plugins. I'll archive...
> Yeah I may have removed too much in that example. Thank you for having a look. Having reread the man page (and relevant parts of POSIX and Linux docs),...
> Maybe, or maybe it should instead use `sigprocmask` in the sighandler to reset the mask right before the `exec` Yeah, although if the concern is avoiding the window for...
@jkeenan thank you for the heads up; perhaps an update to perlhack.pod could be helpful? The current text reads as if the potential AUTHORS update were not supposed to be...
> I think never blocking is conceptually cleaner than having > to unblock explicitly. Yeah, probably. (FWIW, IIRC none of the few Unix daemons I checked back when preparing the...