Sergey "Shnatsel" Davidoff
Sergey "Shnatsel" Davidoff
Many other image viewers decode the next image before viewing it is actually requested by the user. This makes the previous/next buttons far more responsive. For example, https://github.com/ArturKovacs/emulsion also written...
## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Feature It would be nice to have a keyboard shortcut for showing the image at its...
- [x] `sscache` bug preventing interop: https://github.com/mozilla/sccache/pull/1280 - [ ] Binary scanning MVP in `cargo audit`: https://github.com/rustsec/rustsec/pull/635 - [x] JSON schema: #72 - [x] Better docs on consuming the format:...
As per the discussion with @soj-hub, Batch actually defaults to 1 task per VM instead of using some heurtistic for packing multiple tasks on a VM. This clarifies the comment...
The panic messages contain paths to dependencies, which (when built with Cargo) include the crate name and version. This would let us detect *some* dependencies even in black-box binaries when...
Initial, WIP support for scanning a directory recursively, rather like Trivy. https://github.com/rustsec/rustsec/pull/635 should land first. Other than that, there is work remaining to clean this up - error handling, etc.
On some websites, e.g. http://lastgreatliar.com, mio_httpc v0.9.4 fails with the following error: > Error: Chunk was larger than configured CallBuilder::chunked_max_chunk. 262144 Firefox, curl and ureq work fine. There's 13628 such...
On some websites mio_httpc v0.9.4 fails to uphold the timeout configured to 40 seconds and gets killed by an external watchdog after 60 seconds in my tests. There's 2045 such...
Continuing from #29: `inflate::decompress_to_vec()` has its own fuzzing target and is covered pretty well. There should also be a fuzzing target for the streaming API.
The README mentions that exporting miniz-compatible headers is blocked on an upstream cbindgen issue. However, a workaround for that issue was devised: https://github.com/eqrion/cbindgen/issues/326#issuecomment-584288686 So it should be possible to export...