Eric Blake
Eric Blake
for what it's worth, I'm still seeing it in latest git (37ed14b8f); the comment about it appearing to be specific to composing a reply while already in the pager sounds...
also fails in 20210205, so probably not a recent regression, but a bug in how neomutt added ~m. as shorthand for the current message
Stepping through in gdb, I set a breakpoint on `eat_message_range()`. For a single 'l~m.', the breakpoint hits twice: ``` Breakpoint 1, eat_message_range (pat=0x60400000abd0, flags=1 '\001', s=0x7fff22df3d90, err=0x7fff22df3f20, m=0x612000001240, menu=0x60f000000310) at...
Simplifying the demo to get at the real problem here: use a mailbox with just 2 messages. `1l~m.lalljl~m.`. When you are on the first message, ~m. selects message 1, and...
I reset git as far back as 20200313, and the problem was still present there, so this has been broken for some time
Here are some interesting performance numbers that Rich posted to the qemu mailing list, when experimenting with whether having multiple client sockets over NBD coupled with multiple curl handles to...
Will a Merkle Hash be better than a linear hash? See for example https://listman.redhat.com/archives/libguestfs/2023-February/030908.html which describes how blkhash can come up with faster hash results by using a Merkle Tree
@ginkel: Here's my summarized notes for installing a splash screen without external media: ``` - Get a logo you want (probably maximum dimensions of 800 x 600 and be less...
It would also be nice to have systemd-style socket activation, where the parent can pre-open a socket and pass one end into the child along with details in LISTEN_* environment...
Add controller capability to advertise whether mount, block, or both types of Volumes may be created
> It sounds like the use case here is to simplify automated testing in k8s land. Or is there another fish to fry? [Sorry for my delay in responding] I...