Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Let's wait until after https://github.com/emilk/egui/pull/5228 is merged

Needs to fix merge conflict now that https://github.com/emilk/egui/pull/5228 is merged

* Is this a duplicate of https://github.com/emilk/egui/issues/5249 ?

thanks!

What is needed is a change to https://github.com/rerun-io/rerun/blob/9b0c4a22834fe6679dc92773efcdad59927815d9/rerun_py/pyproject.toml#L17 …and testing

Thanks for the help testing!

## Firefox Using `about:performance`. Not sure if it includes VRAM use. The welcome screen uses ~400MB already (!). Drag-dropping in `bbb_video_av1_frag.mp4` (4.9 MB, 1280x720, 1min) adds ~30MB. Scrubbing back in...

If the error originates in Python, then `PYTHONWARNINGS="error"` should catch it: * https://github.com/rerun-io/rerun/pull/9384 If the error originates in Rust, then setting `RERUN_PANIC_ON_WARN=1` should catch it.

Yes, I think we should set these three everywhere in our CI: ``` PYTHONWARNINGS="error" RERUN_PANIC_ON_WARN=1 RERUN_STRICT=1 ```

I agree we shouldn't panic here. Maybe @Wumpf wants to take a look at some point? 🙏