Evan Richter
Evan Richter
After ctrl-c, I get caught on this unwrap: https://github.com/Luminarys/synapse/blob/f89a9c44e5c0c7e3fbf3c00e2ba954f00e09003f/src/rpc/processor.rs#L620 Stack trace below. Any ideas on where to track down this bug? Or is it just an unwrap that should be...
Would be nice to add custom labels or tags to torrents for easier organization
### Which component impacted? Build ### Is it regression? Good in old configuration? No, this issue exist a long time ### What happened? [log.txt](https://github.com/oneapi-src/oneVPL-intel-gpu/files/13229143/log.txt) The build stops due to adding...
hey thanks for this tool, it came in handy identifying 8051 firmware today! when in doubt, it's always 8051 ;) anyway, I hit a small snag when trying to just...
appeases a cargo audit warning of memmap being [unmaintained](https://rustsec.org/advisories/RUSTSEC-2020-0077)
removes the dependency on atty which has an unfixed rustsec [advisory] [advisory]: https://rustsec.org/advisories/RUSTSEC-2021-0145
lru under version 0.7.1 has a [use after free](https://github.com/rustsec/advisory-db/blob/21c622592e8334057d6b56ea7249020ae74affa5/crates/lru/RUSTSEC-2021-0130.md) that is flagging a dependabot warning for me in a [dalvik](https://github.com/MarginResearch/dalvik) disassembly crate where I use `dex` in an example (thanks...