Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Here it is on Web on my Mac, scrolling one mouse step at a time (on my mouse): ![scroll-step-web](https://github.com/rerun-io/rerun/assets/1148717/7f21beff-a159-4ea9-b4b8-98eb2876384c) It is pretty worrying that the `wheel` event acts so differently...

Please try https://github.com/rerun-io/rerun/pull/4668 on Linux and see how zooming feels these days

To elaborate: The arrow store will still treat two log messages (even with identical time stamps) separably based on insertion order. You still end up with multiple rows in the...

We could still use `egui::Image` if we register the texture id:s with `egui_wgpu::Renderer` (I know people do such things with the `egui_glow` backend). Not sure what is easiest, but worth...

We could also consider never using `egui::Image` and instead use a 2D Space View when displaying images in the UI (or some other use of `re_renderer`). The advantage of that...

Some older Ubuntus and Macs still defaults to 3.7.

Ubuntu 20.04 is on Python 3.8 For now we've decided to have Python 3.8 as our minimum supported Python version. If anyone needs 3.7 support, feel free to re-open this...

Just need to check `ui.ctx().memory(|mem| mem.is_anything_being_dragged())`

~I think syncing the time points is the right solution here~ The arrow store will still treat two log messages (even with identical time stamps) separably based on insertion order....