Emil Ernerfeldt
Emil Ernerfeldt
I think this is a bug in `TextEdit` - it is resizable, and should keep the side panel size
You can also just try with eframe/egui 0.21 (just released)
There is drop guards for exactly this case (https://github.com/emilk/drop-merge-sort/blob/master/src/dmsort.rs#L204-L223) but apparently I missed something! I don't really have time to work on this now, sadly.
> I removed the toolchain because I got an error that dependencies need at least rustc 1.67. Let's update instead: https://github.com/emilk/eframe_template/pull/106
> @emilk i can't resolve the conflict with cargo.toml since I needed to add build dependencies I don't follow. Why can't you resolve conflicts? I sure can't do it -...
> Another idea I had was to do it straight from the js side (like it was before), however, I don't see a way to receive events from `WebRunner` This...
I am using an M1 mac with no problems. What is your `cargo --version`? You can try ``` rustup set default-host aarch64-apple-darwin && rustup default 1.65 ``` and see if...
Blocked on replacing our `egui::Image` with re_renderer: * https://github.com/rerun-io/rerun/issues/1612
This is pretty important when plotting something arbitrary and you want Y=up
We should do this first: * https://github.com/rerun-io/rerun/issues/2663