Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Some of this optimization work will be easier once we remove the "classic" store

Thanks to https://github.com/rerun-io/rerun/pull/1064 we are now down to 9 ms, which is within the noise of the classic store: ![image](https://user-images.githubusercontent.com/1148717/216775284-b041db4f-9fd4-42be-9122-d7422289b6f2.png) …but I still think we should spend a few hours...

* Closing in favor of https://github.com/rerun-io/rerun/issues/1136

Related: * https://github.com/rerun-io/rerun/issues/1063

We do this via `eframe` now! Our app-id is `rerun`

Related: * https://github.com/rerun-io/rerun/issues/2270

This could be some bug regarding the scene bounding box

It would be nice with a solid repro of this

I think this may require some `eframe` changes. `eframe::NativeOptions::initial_window_size` will be overwritten by whatever size was used on the previous run, restored from disk state.

@meehawk sorry for the slow reply - I missed your comment! There are at least two things to fix here: * Input-validation: the Python SDK should log a warning (`_send_warning`)...