oskgo
oskgo
**Describe the bug** Got panic `thread 'main' panicked at 'attempt to subtract with overflow', [...]\plotters-0.3.2\src\coord\ranged1d\discrete.rs:148:56` when trying to draw a graph with discrete axes and flipped y-axis. I expected to...
Remove `oldtime` feature from chrono dependency to eliminate a transitive dependency on a deprecated version of the time crate which has [a vulnerability](https://rustsec.org/advisories/RUSTSEC-2020-0071). The issue was found using [cargo-audit](https://github.com/RustSec/rustsec/tree/main/cargo-audit), which...
### Bug description Mojo behaves unexpectedly when calling python code with keyword arguments. The code is seemingly never called, and if the result is stored in a variable code that...
The safety documentation on `AnyBitPattern` mentions validity, but not safety. From what I can tell an inhabited ZST with a trivially false safety invariant satisfies all the conditions listed (except...