Colin Snover

Results 110 comments of Colin Snover

Getting a WASI provider into the browser that covered the required system calls was trivial with https://github.com/bjorn3/browser_wasi_shim and required less than 10 LOC change to the bootstrap JS to make...

I understand what you were saying now, thank you for sharing. For what it is worth I don’t have much skin in the game at all here; I was just...

![I accept your challenge](http://cdn.memegenerator.net/instances/400x/24706005.jpg)

Thanks for your report! This looks like a duplicate of #192/#222, so I’d recommend to start there. There is also documentation on how to handle bit fields with modular-bitfield. If...

Sorry about the extended delay in this reply, and thank you for profiling and providing a good test case! While it is possible for magic to be a byte string...

Sure, I understand the confusion. In binrw, it isn’t necessary for magic to always be the same type (or even to exist at all, for fallbacks). Doing what you expect...

I tried to update this PR to include enum but don’t have the bandwidth. It is confusing only to apply this to struct when enum is the same thing. Any...

Other feedback based on my trying to include enum: Being able to use a field from inside a struct to define the struct size is convenient for formats where the...

A volunteer is needed to handle the enum case.

Hi, Only @jam1garner has the ability to do anything with the web site. I only have access to maintain this repository and publish crates. The content for the site is...