Colin Snover

Results 72 comments of Colin Snover

Hi, sorry about the delay. Wondering if it would be possible to do this example not using the `FilePtrArgs` type? It might be a silly thing to request since these...

It’s true, this plugin code pretty much does not work. Sorry about that! You will just need to iterate through the images to see if they are already loaded yourself....

Hi, Sorry for the delay, this repository/crate has been replaced with [binrw](https://github.com/jam1garner/binrw), so you should look there for the latest version of this library. Glancing over this patch, it looks...

Hi, sorry for the delay. `pad_size_to` (or any field directive, really) only applies to a field itself, not to items within a collection. I can see how `pad_size_to` on a...

Hi, sorry for the delay. Thanks for reporting this issue, it is symmetrical to the issue with `std::io::BufReader` where we provide a different implementation there for the same reason. Could...

I can modify the diagnostic to not give an obviously wrong suggestion about where to place a lifetime, but E0311 is giving a bogus suggestion in this situation because `impl...

Thanks for your report! I am not sure of the best path forward here since it seems to be an ambiguous failure condition. In your test case, it seems like...

This sounds like an issue I encountered in btrfs-progs 6.6.3. Running scrub explicitly on a single device in a two-device filesystem shows the whole filesystem size, and then the scrub...

I encountered the `unknown instruction Block` panic as well trying to compile a library to wasm32-wasi and discovered that this is because the bindgen descriptor interpreter is trying to call...

A library I was working with compiled and linked to a C library using the `cc` crate, and I believe that wasm-bindgen is not usable in that case unless it...