Igor Stojković

Results 20 comments of Igor Stojković

I don't think any of the formats we have currently supports indexed16. I agree that it probably wouldn't be any issue if we just write all 256 entries in case...

It seems there is a bug in the new decompressor. This is what happens in "InfoProcessor on Png Test suite": 1. The code is loading a png chunk at a...

@andrewrk it does sound like this issue. The only additional thing I noticed here that isn't mentioned is that the first read call, although returning the entire decompressed content actually...

The API design where users have to be aware of and use `unreadBytes` feels very wrong, like something that will constantly trip the users up. Anyway I extracted the problematic...

I am ok with implementing the "workaround" since it actually simplifies our code.

I see now. Very nice solution. You even implemented a way for users to provide custom pooling solutions. You are counting that users only opt into log event pooling if...

If that Zig pull request would be accepted I would gladly implement its usage here but I am still waiting and hoping :).

Considering both Sold and Mold changed to MIT license some time ago what is the current relation between these two linkers now? Is Sold actually abandoned now and all further...

Did you mean development for Windows since this issue is about Windows support? Also does that mean no development for iOS as well?

Actually png reader supports implementing custom extensions for parsing any kind of chunk. That means you should be able to implement the extension yourself that will parse tEXT chunk as...