Andreas Reich
Andreas Reich
I meant when running this not as a web application but the same code for a native application. Nevermind if that's too much trouble setting up for you right now....
noticed this issue only now. Moving column promotion to Python is essentially what I did in * https://github.com/rerun-io/rerun/pull/7155
That is the commit/pr that introduced this test in the first place though. So what (if anything) did you try prior to it?
> For that reason I don't think the difference between LatestAt and Range semantics particularly matter? [...] I think your line of argumentation makes a lot of sense - if...
Took me a bit to get the issue from reading it, but was glaring obvious with the repo (thanks for adding that!!) Repros fine in Firefox on Mac: https://github.com/user-attachments/assets/f915f616-9ba4-4336-96c4-f3b054ecd94d As...
This naturally also happens when modal dialogs like the OS's save dialog is open
closing as stale. Please re-open if more information surfaces
Very likely the same as * https://github.com/emilk/egui/issues/5092 * https://github.com/gfx-rs/wgpu/issues/5756 Can you try what happens when you disable validation? That's automatically the case in Release, for Debug it's opt out
thanks for follow-up! Bit of relevant context that I know of: from 0.19 to 0.20 there was a bunch of fixed that landed to how synchronization is done on Vulkan...
the code you linked to is the Rust APIs struct `spawn` configure struct, i.e. the argument that's expected when calling `spawn` in Rust. The default for the CLI is in...