Emil Ernerfeldt
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:  …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`)...