Jaakko Keränen

Results 272 comments of Jaakko Keränen

No, this is not supported at the moment. I agree it would make sense to store client certificates in a secure encrypted keychain. The implementation is a bit nontrivial, though:...

Thanks. This looks reasonable, although I recommend running Clang-Format on your additions using the included .clang-format file in the repository. I can merge this once you're happy with it. When...

Nice! Progressive decoding sounds useful, although I'll have to review your code when I have some more time available. It's certainly not mandatory to have, though, if the complexity is...

@Sir-Photch I reviewed the code and made some corrections. Please see the notes in 1c6a9b00ed0 about the changes. If you keep working on this, I recommend using the "work/jpegxl" branch...

> Done, though I am not sure on how to use the_Foundation correctly... deinit_,delete_,collect_,clear_? Some of the common conventions are explained here, in the repository README: https://git.skyjake.fi/skyjake/the_Foundation/ To elaborate on...

An important note about async decoding: all the previous decoders in the app are synchronous, so once all the data is available, the image is decoded and drawn on screen....

This code has been merged to the dev branch. I've squashed your commits and refactored it a bit so there is a separate "jpegxl.c" where the JXL code lives.

The mouse buttons 4 and 5 are bound to back/forward navigation actions separately from the XF86Back/X86Forward key codes, so I believe this issue should remain open.

While there is no official URI specification for Finger, I believe the de facto correct format is `finger://domain.tld/request`. In other words, the userinfo component of the URI is not meant...

The set of link icon characters is limited. I can add more Emoji to it, though.