Emil Ernerfeldt

Results 811 comments of Emil Ernerfeldt

We're going with https://github.com/rerun-io/rerun/pull/9804 instead for 0.23.1

> e.g. a 64bit `Point3D` I'm confused. You mean 3x f64 or the whole `Point3D` being 64 bit?

For our logging SDK:s I think there are two ways to approach this: A) runtime generics B) compile-time generics ## Tensor example Let's use a hypothetical tensor as an example:...

I did some experimentation with adding a `rerun.builtins.Scalar` type: https://github.com/rerun-io/rerun/compare/481ebe434f967e7ac07222e8ca1504215e2c1588...emilk/datatype-generics-experiment

Sounds like we should open an issue on https://github.com/apache/datafusion too then

This is still a BIG problem: * https://github.com/rerun-io/rerun/issues/11581 We cannot depend on the `lance` crate, because it depends on `lance-encoding` with the default features enabled, and the default features of...

I did a little bit of testing, and it seems to work like it should! ❤️ A few more unit tests would be nice though

~I'll start on this now~ apparently Jan has already started

We should at least test some 4k videos and verify that it works

Good news everyone! I took @jprochazk's code and just added it to rav1d, and it works: https://github.com/memorysafety/rav1d/pull/1362 This means we don't need our hacky https://github.com/rerun-io/rav1d-rs Instead we either get the...