xxc3nsoredxx
xxc3nsoredxx
I disagree with it being orthogonal. The Vim docs in [tips](https://vimhelp.org/tips.txt.html#hex-editing) and [User Manual 23.4](https://vimhelp.org/usr_23.txt.html#23.4) give examples on using `xxd` to turn Vim into "a real binary editor" (and even...
The issue was that `physlock` didn't set the `PAM_TTY` item. Without this, `pam_securetty.so` cannot determine if the authenticating TTY is "secure" and returns a failure. Setting the item to the...
Question for the future: what would install the `jobwrapper.sh` symlinks? Portage install script? Portage ebuild? Individual tool ebuilds? The user manually into `/usr/local`? I'm leaning towards the individual tool ebuilds,...
`help2man` has some useful options (see `help2man(1)` for more details): - `-n/--name` to set the description in the NAME section - `-i/--include` to include bits of groff (including `[SYNOPSIS]` replaces...
This is something that I've thought of before, but from a different angle. Namely the "it's annoying when a paste mysteriously fails until you realize it's too large" one. My...
FYI, I've got a working implementation of this feature. Just need to go through and see if there's any cleanup still and also write a test script for it.
@msva Yes, I am. This has actually been floating around my head on and off with different ideas coming and going. I'm taking my last final tomorrow, and then I'll...
@mgorny @msva update for you: I've started work on a complete overhaul, basing the format on `syntax/sh.vim` as much as possible. It won't be in a usable state for some...
I'm sorry! I've been nerdsniped by various things, and I'm not quite sure when I'll next have a chance to circle back around to this :( But hopefully Soon (TM)
Does it make sense for both commits to have a `Closes:` tag for the bug? Maybe just a `Bug:` tag on one of them? This may just be a question...