Michael Forney
Michael Forney
> In case of generating assembly code, the value/code ratio is big as the added code will be pretty small. So I think I will work on it although it...
dmenu reads all its stdin before displaying a window. This is how it works on X11 too. Please try printf '%s\n' foo bar | dmenu If that doesn't work, a...
`WAYLAND_DEBUG=1` should definitely produce some extra output. Are you sure it is exported in your shell?
Oh, I see. As far as I know, there is no standard wayland protocol for displaying surfaces that need to be docked on the edge of the screen. This version...
It also might be nice to allow a push-style or asynchronous decoding interface. For example, in netsurf's png handler, it receives image data in chunks, and pushes it into libpng...
I'm guessing they hit https://sourceware.org/bugzilla/show_bug.cgi?id=25491. binutils 2.34 accidentally dropped the pregenerated info files from the tarball.
A patch for this issue is available on the musl mailing list: https://www.openwall.com/lists/musl/2020/03/23/1
What does "MI" mean?
> If there's still interest, I have ported msmtp to libtls, and have been using it for a few days without any problems. That's great! > I did not implement...