Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Timeout has been increased, and the docs are up: https://docs.rs/crate/rerun/0.20.2

Fixed on master, will be released in next egui release

So what you are asking for is basically a cropping of the tensor, correct? Do you want/need this to be precise, or do you really just want to zoom in...

Ah I see - you want to map the tensor indices to some other coordinate system. This could perhaps be handled by the `transform` system then. Thanks for the clarification!

> We really need to move ingestion off of the UI thread -- this really makes using Rerun hard on some OSes / window managers (including mine). An alternative (at...

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

Let's wait until after https://github.com/emilk/egui/pull/5228 is merged

Just to chime in: I appreciate a lot that this PR removes the dependency on openssl, replacing it with `rustls` ❤️ I really hope it can get merged!

In the end we decided to use [`ureq`](https://crates.io/crates/ureq) and the Meilisearch REST API directly, which saved us from adding hundreds of dependencies: https://github.com/rerun-io/rerun/blob/main/crates/re_build_search_index/src/meili.rs

> Huh, cool! Slightly off topic but how come you went for `ureq` over `reqwest`? `ureq` has much, _MUCH_ fewer dependencies compared to `reqwest`: https://twitter.com/ernerfeldt/status/1663585346238464002