Andreas Reich
Andreas Reich
Blueprint is stored in a separate store from the "regular" data store. We do use an index timeline there but it has no relationship with any of the time axis...
Right now egui_plot just auto focuses onto the queried data. It essentially just looks onto what lines/points/markers are in the plot view and snaps to that. That is until one...
> There seems to be a typo somewhere here - it makes it sound the actual and desired shouldn't be the same, but it seems it is? Correct, typoed there!...
huh yeah this time zone delayed back and forth doesn't feel very effective, we're obviously at least partially talking past each other. Would you be okay with setting up a...
It looks like for some reason cargo ignored the rust-toolchain.toml file and compiled with Rust 1.80+ which has these new warnings enabled. Apparently it doesn't pick up those defined by...
Ah, better! This is fixed in the latest cfg_aliases version https://github.com/katharostech/cfg_aliases/releases/tag/v0.2.1 We'll just have to upgrade. Strange dependabot didn't pick this one up
We have a decent understanding of this by now, see writeups in * https://github.com/rerun-io/rerun/issues/8233
This is pretty much blocked on * https://github.com/gfx-rs/wgpu/issues/5974 Trace feature was removed for the time being (.. let's see how long..) from wgpu since it was too hard to support...
In Firefox 132.0.2 the issue is less worse: Selection doesn't work properly and outlines are broken
Checked on wgpu: This got fixed here https://github.com/gfx-rs/wgpu/pull/6318 which is part of 23.0.0 Corollary: Wgpu would previously incorrectly handle the error in a fatal manner when it should actually be...