Oleksandr Babak

Results 67 comments of Oleksandr Babak

> Checking the documentation they state that if you add `critical-section` feature it will use that to do CAS. Does this not solve the issue? https://github.com/taiki-e/portable-atomic/blob/8cc76faa7f7fceb68cdf7777c9747c4b5d8f1d3b/README.md#optional-features-critical-section I added it, rechecked...

Yes judging by documentation it should be as you say, but I didn't observe it behaving like this. In their source code there is so many `cfg`s, I won't be...

I guess there is some regression, as it warned this piece of code (warning and code are redacted): ```rust let mut buf = [0u8; const { size_of::() }]; ``` ```rust...

CI failure is not related to the pr, avif decoder was not touched: ```rust error: there is no need to manually implement bit rotation --> src/codecs/avif/decoder.rs:652:21 | 652 | *item...

I don't know any better image format for 4bpp images that is fast to decompress too Tga? 8bpp minimum. Qoi? No less then rgb888. In the end 4bpp images with...

But at the end of the day I just vendored that encoder inside, if anyone would want that stuff they may dig out that pr and use it. I did...

I'm fine with relicensing