Emil Ernerfeldt
Emil Ernerfeldt
Have you tried attaching a debugger to get a callstack?
I'll start tackling some of these renamings
If this proves to be more complex than anticipated, then we'll push it to 0.10
Needs a follow-up where we hide empty components from the streams view
We need to think through how `num_instances` would work for an `update`. We could take the max-length of all its components, but that won't work if you're only logging splats....
* Related: https://github.com/rerun-io/rerun/issues/1998
> the only thing that I didn't quite get is what removes the `SpaceViewRectPublisher` again from the cache for a view that's hidden. But it works 🤷 egui does is...
I've added some `#[allow(dead_code)] // TODO(#6891)` in the code rather than deleting it
We should be able to visualize images again pretty easily by adding a special-case for the `component ImageFormat` once that lands: * https://github.com/rerun-io/rerun/issues/7051 It will still be a snow-flake, and...
* When selecting the full entity of the image, we should show the image in the UI. * When selecting the `component ImageBuffer`, should we show the image in the...