aaron404

Results 4 comments of aaron404

I'm not sure if I have incorrectly configured something, but it seems that running `cargo test` from the repo root does not execute all the tests that are used by...

@Keats I think I have missed something. You mentioned you made a PR to impl it (I assume impl `Hash` for `image`'s `FilterType`, but I wasn't able to find it....

It looks like we also need FilterType to impl `Eq`. I have opened a [PR](https://github.com/image-rs/image/pull/2397) for that

Hmm.. `FilterType` also needs to be `Serialize` and `Deserialize` for use in `EnqueueResponse`. I'm not sure if it makes sense for `image` to impl these traits, but they do use...