Alex Xu
Alex Xu
seems like a reasonable thing to do, checked the history and didn't find it to have been removed, just never added.
SetBlobsFromJpegData reads exif and xmp. it is called via DecodeImageJPGCoefficients -> jpeg::DecodeImageJPG. in jxl::extras::DecodeImageJPG, exif is read by ReadExif. i guess there should be ReadXMP similar to ReadExif. it seems...
after upgrading from webkit-gtk 2.34.6 to 2.36.0, opening both HTML and plaintext mails result in a completely blank new tab. the tab bar is still visible, and it is possible...
#410, distros like running tests (if there are any), but really don't like running X or even Xvfb. you might get away with it in Gentoo or Arch, but Debian...
it is enabled for official builds upstream since 2016, but Gentoo does not use it, even if -flto is specified.
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_09_01
I use ssh, irssi, tmux_away, and ZNC to connect to bitlbee. Since I don't actually use the app, I set mark_read available. However, this causes many repeated messages, as in...
**Describe the bug** Raspbian/Raspberry Pi OS distribute disk images with kernel and initramfs in boot filesystem root directory. Alpine Linux distributes a tarball with those files in a subdirectory named...
Instead of using packed attribute hack, just use aligned attribute. It is supported back to at least GCC 3, and __declspec(align) is apparently supported by all MSVC versions. GCC generates...
Signed-off-by: Alex Xu (Hello71)