Emil Ernerfeldt
Emil Ernerfeldt
Interesting! Do you know anyone with a wide-gamut display that can help fix this? :)
Using the old mimalloc was also the cause of the recent alignment bug: * https://github.com/rerun-io/rerun/pull/7563 * https://github.com/purpleprotocol/mimalloc_rust/issues/128
> You need the libwayland-dev Does all users of our binary need it too? That will be quite annoying for them, especially X11 users. > You can also look into...
I could indeed fix the problem by adding `wayland-sys = { features = ["dlopen"] }` to my code (https://github.com/rerun-io/rerun/pull/7977). Thanks! 🙏 It might be nice to add that as a...
> Setting this will allow the last column to expand to take up the rest of the space of the parent I think the keyword here is _allow_. It should...
You can see the what broke in the snapshot test:  
Sorry for not getting to this earlier - somehow slipped by
There's nothing random in your video - it seems to depend 100% on which element was clicked
I could see this bug happening if the context menu changes content over time. If a given context menu is narrow the first time it is shown, it will remember...
I suspect this only happens when pixels-per-point is non-integer, due to some rounding problem, perhaps same problem as in https://github.com/emilk/egui/issues/5084. The idea would be: we lay out the contents of...