Antoine Beyeler
Antoine Beyeler
Superseded by #7614
We used to have `nox` for that (but didn't actually use it). No longer: https://github.com/rerun-io/rerun/issues/5898.
I dont think this makes sense. https://github.com/rerun-io/rerun/issues/7843 is enough.
See https://github.com/rerun-io/rerun/issues/7466 for a UI proposal
Blocked on #7615
Somehow all rows are offset, but the first row seem more offset than the others:
Table without zebra stripes look fine though:
It doesn't seem to. The datastore browser is still on `egui_extras::Table` though, so not super surprising. Very much ok to punt on this for 0.19 imo.
I noticed that our latest 0.17.0 wheels (linux x86) affectively use 2.29 max. We should consider advertising that version instead of 2.31 as we currently do. ``` ~/Downloads/rerun_sdk-0.17.0-cp38-abi3-manylinux_2_31_x86_64.whl ❯ greadelf...
Similar to this issue, a chunk's column being `is_sorted` is no indication that the recording/partition it belongs to has this column actually sorted. As a result, the `is_shorted` metadata should...