Rainer Müller
Rainer Müller
Just as a hint, `CURLOPT_VERBOSE` writes to stderr by default, so you have to look in the output of znc itself for these messages.
I doubt `PS0` can ever be used for an implementation of `preexec()`. `PS0` is treated as a prompt _string_, not a list of commands. The only way to inject commands...
It would be unexpected if an URL with a `.jpg` extension returns `text/html` instead of `image/jpeg`. Although proper JPEG parsers would recognize this quickly as an invalid image, serving a...
Does neovim as a dependent work with this version? I remember there used to be problems in the past, which is why I kept it at version 0.1.4.
Hm, we could split this into libvterm @0.2 and a libvterm01 @0.1.4. But we need to make sure they can coexist by using distinct paths. Then neovim can depend on...
Superseded by #16372
Thank you for submitting this pull request. I am sorry we could not get this over the finish line, but there is an even newer version pending that is a...
Thank you for the update! Especially for figuring out these Xcode >= 12 build flags. CI is green, but I am still a bit cautious as the patches for the...
Thank you for testing the variants! That looks good.
Is there a report that shows the build failure on pcc? I think it used to work in the past...