Emil Ernerfeldt
Emil Ernerfeldt
This looks surprisingly slow to me - is this a debug build?
How large images? Can you make a minimal repro? glow or wgpu?
To clarify: This issue is about adding a `?query` parameter, controlling what the backend returns. https://github.com/rerun-io/rerun/pull/9535 added a `#fragment` for setting the viewer's time cursor. These are orthogonal things. `?query`...
Yes, adding a `Visuals::disabled_alpha: f32` that default to 0.5 sounds like a great idea
There is a problem with this approach: `Visuals::weak_text_color` uses `Visuals::gray_out`, but `gray_out` no longer makes the text gray; it makes it transparent. This may be fine, but we should probably...
> Should i re-add the `fade_out_to_color` function, but annotated it as deprecated? This will give time for users to stop using this function instead of having an instant compile error....
Let's see if we can do a quick fix for 0.18
This is because of an early-out in `crates/viewer/re_time_panel/src/data_density_graph.rs`. For sorted chunks we should do a range-query when zooming in
`reason` doesn't need to be consistent, just be human-readable. Btw, merge in `main` in order to (hopefully) fix the CI
A PR would be nice!