Micah Snyder

Results 405 comments of Micah Snyder

@fintelia I also encountered this bug. Panics are a high priority issues for my project. I just created a PR to fix this. Though it's not very elegant, it does...

I have a couple more example jpegs that are handled by other software by fail to load with `jpeg-decoder` because of the "failed to decode huffman code" error. ![1574264676-failed-to-decode-huffman-code](https://user-images.githubusercontent.com/30635813/178086065-a1b56858-09f0-43ac-a2b1-e0d6dc8d280d.jpg) ![1853202599-failed-to-decode-huffman-code](https://user-images.githubusercontent.com/30635813/178086066-da3cdaa6-ef3a-47a8-8f96-9a2d6fca6bbb.jpg)...

@fintelia that's good advice. Thanks. In my case it's okay if it's not rendered the same, so long as it gives a usable image that can be hashed. Our tools...

I'm working on this now for a much more lightweight alternative to Corrosion that we're using in the ClamAV project. I ran into this problem today when I realized my...

> Rust is installed/configured per user, so using sudo will cause issues if you are not aware of that. Instead of using the rustup proxy cargo (which is the one...

> You can have a look at how corrosion does it in [FindRust.cmake](https://github.com/corrosion-rs/corrosion/blob/master/cmake/FindRust.cmake#L86). For rustup managed toolchains the process is basically: Run rustup toolchain list --verbose, match against the line...

I was able to implement your suggestions and it worked great for identifying the non-shimmed/real cargo bin directory. However, one of our library dependencies is the `jpeg-decoder` crate, and that...

I believe json-c's method for defining standard types via `json_inttypes.h` is broken in general. I don't think this PR is the correct solution. I'll explain: Though `json_inttypes.h` claims to be...

Also worth mentioning, while I"m here, 0.7.3 doesn't have a git tag https://github.com/image-rs/image-tiff/tags

@AlanRace is this simply pending until https://github.com/image-rs/jpeg-decoder/pull/254 is merged and published in a new jpeg-decoder release?