redweasel

Results 4 issues of redweasel

To reproduce: - Paste a raster image - Select the path tool - Click and drag on the image (can often happen accidentally) - Observe that the node graph has...

Good First Issue
Paper Cut

The following code produces a stackoverflow, which kills the process. ```rust use num_rational::*; // 0.4.2 use num_bigint::*; // 0.4.6 use num_traits::One; fn main() { let mut a = BigRational::new("29".parse().unwrap(), "28".parse().unwrap());...

Going through the tests I found a couple places where the conj() test was misspelled. There was also a problem with the acosh test, where the zero sign of the...

This library still depends on rand 0.8.3. Please consider updating it to 0.9 and don't specify the minor version to allow some flexibility for compatibility with other crates.