Aleksander Błażelonis

Results 26 comments of Aleksander Błażelonis

Mac OS builds were failing because clang complained about goto labels being declared before variables in scope. I also merged @radarhere's commits that remove the jxl feature which was causing...

> I've merged in `main` to include #7827 to fix a lot of the warnings I'm seeing on macOS 14.4 Sonoma with CommandLineTools installed. > > And this is failing...

> It would be excellent to see some progress in this area. I am currently working on introducing JPEG XL support to https://immich.app for previews and thumbnails (as Python is...

@j99ca Yes of course, I just wanted to add reading support first to see what Pillow maintainers think about it. For now you can create JXL images using [jxlpy](https://github.com/olokelo/jxlpy).

@mmomjian Thank you for quick response. This issue might be related however I'm not using self signed CA. I have a proper TLS server certificate issued by Let's Encrypt.

Hello, Not sure if that helps but I was building Nginx with BoringSSL support and also encountered the issue. In my case adding `-lssl -lcrypto -lstdc++` to `--with-ld-opt` parameter when...