DarkShadow44

Results 51 comments of DarkShadow44

Alright, thanks for looking into this :+1:

Weirdly enough, the Steam browser under the "Downloader" tab works perfectly fine for me.

Arch Linux, latest version. Just tell me what information you need and I'll provide it.

Sorry, I don't see the point here. What can we borrow from wuffs? As far as I see it, there's only a bunch or unrelated parsers in there. Only thing...

Any updates on this? I'd like to help, but I'm not familiar with scala...

FWIW, I have a (for me) working C version at https://github.com/DarkShadow44/UIRibbon-Reversing/blob/master/tests/UIRibbon/parser_generic.c https://github.com/DarkShadow44/UIRibbon-Reversing/blob/master/tests/UIRibbon/parser_uiribbon.c It's pretty simple, copying data from the file into an in-memory struct. It also support writing data. What...

Would you have an example of how that C code would look like? I don't quite understand the "private structures" bit. In my example, all structs are public. I don't...

> This way we access the data only via pointers, so we access it uniformly no matter where are they. I don't really see the point behind that, tbh. What's...

For memory footprint it would be enough to only keep big data blobs memmapped, everything else is smaller than the size of a pointer. Anyways, for memorymapping we need platform...

The zlib license is only in so far GPL compatible, in that GPL code can use zlib code - not the other way around. The GPL is pretty strict on...