Sam Sieber

Results 16 comments of Sam Sieber

@nik0811 Thank you for posting that. That's exactly the type of command I was trying to figure out. It worked perfectly for me.

Has there been any progress on this? This is a deal breaker for me, but I'd really like to use flixel.

I'm actually very interested in being able to display arbitrary image data, mostly from the image crate. That would make this crate very useful to me. I think I'm going...

https://github.com/rust-lang/rust/pull/94455 probably closes this?

https://github.com/LeoTindall/libui-rs is the most active one one. The other two have since gone inactive or gone entirely

Support for this is in 1.2 (I think) - see this comment on the pull request https://github.com/srs/gradle-node-plugin/pull/205#issuecomment-321287894

Personally, I recommend rolling back the jest-jasmine2 (or jest-circus) version to one that isn't broken. I haven't tried it for a while yet, so there might be mysterious failures if...

I implemented this locally with a vendored copy of `src/codecs/tiff.rs` (I wanted to get it working locally fairly quickly, and it has other things like decoding bilevel to L8), and...

I can't provide the file, sorry :(. The exact fail is in the read_exact call inside of the expand_chunk() call. Something like read_image() -> expand_chunk() -> read_exact(). On my 12...

Oh, I forgot the actual panic message. Here it is: ``` called `Result::unwrap()` on an `Err` value: IoError(Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }) thread 'test_read_bad_tiff'...