Jeremy Leibs

Results 141 comments of Jeremy Leibs

> As far as I can tell, datatype conversions is a completely orthogonal problem. I disagree with with this. At most it's partially orthogonal. My big take away from the...

> Hi! I am able to display the Rerun viewer when I run this code on my ssh server, but the viewer is extremely slow and reaches the point where...

@Divelix I have just confirmed that the instructions listed in this issue continue to work for me on 0.22.1 (and have updated accordingly). Are you using that exact Dockerfile and...

* Related: https://github.com/rerun-io/rerun/issues/2405

Confirmed this also repros in the egui demo app (but not egui hello_world app)

Turns out this (and many other things) were fixed by downgrading the nvidia driver from version 545 -> 535

This appears to be related to be caused by: https://github.com/gfx-rs/wgpu/issues/4775 Also appears to be fixed on latest (trunk) wgpu with the nvidia 550-drivers as of https://github.com/gfx-rs/wgpu/pull/4967 so we can probably...

> This should be irrelevant now that splats are handled in independent rows? @jleibs Nope, still an issue. This snippet is actually runnable: ``` import rerun as rr rr.init("point_test", spawn=True)...

@Wumpf wondering if this is somehow related to the new hash tracking logic

This API should also handle specifying the InstanceKeys for the collection that's being updated.