Jaemin Choi

Results 3 comments of Jaemin Choi

Also crashes in debug mode with `assertion failed: max > min` from `fill_marks_between` Stack trace ``` 3: egui_plot::fill_marks_between at .\crates\egui_plot\src\lib.rs:1748 4: egui_plot::generate_marks at .\crates\egui_plot\src\lib.rs:1718 5: egui_plot::log_grid_spacer::closure$0 at .\crates\egui_plot\src\lib.rs:1416 6: alloc::boxed::impl$49::call...

Related? https://github.com/rust-lang/unsafe-code-guidelines/issues/148

Thanks, that sounds in line with what I was thinking of. I meant to say that part could be rewritten, but I accidentally left it out. I'll include it in...