Emil Ernerfeldt
Emil Ernerfeldt
Maybe we just need to put it on the heap, i.e. use a `Vec` or `Box` instead in the `OnceLock`
After some discussion we came to these conclusions: * Investigate using `git lfs` for storing the `.png` snapshot files so we don't bloat the git repository. Try to set it...
This is very exciting - thanks for working on this! Let me know if I can help somehow, e.g. if you want to talk things through.
My inclination is to punt on as many things as you can, and save it for a future PR. Better to break things into small pieces. The existing API is...
> * `Galley` needs to be serializable via serde I agree with you here - let's drop serde-support for `Galley`. I was using it for [eterm](https://github.com/emilk/eterm) way back, but at...
@valadaptive btw, let me know if I can help by talking things through on Discord with you!
@Wumpf Do we still need this after mergning * https://github.com/rerun-io/rerun/pull/8971 ?
Text rendering changed in * https://github.com/emilk/egui/pull/5838 So it is expected that all screenshots with text changes. The text should be _more_ crisp and clear now though
> The image loader now being async makes tests that have images (so basically all rerun tests) flakey 🙁 Maybe Harness::run could somehow check if there are any in-progress images...
The resize observer doesn't trigger on chromium when the Device Pixel Ratio (DPR) changes. Maybe we need to subscribe to some other event for that (e.g. "resize")