Emil Ernerfeldt
Emil Ernerfeldt
https://crates.io/crates/arboard also supports image copy/paste, and is cross-platform (except for web). I think this could be added to `egui` and `eframe` with not too much effort. Unless you really need...
Linear issue: https://linear.app/rerun/issue/RR-2689/remove-web-viewer-wasm-from-pypi-packages
I can understand it for hovering, but for clicking it becomes quite confusing, and will become even more confusing when we have solid primitives. Say you click the middle of...
It is very useful to be able to dynamically add and remove sinks at runtime. For instance: * you start rerun with no sinks * something happens, so you now...
An interesting case to consider is streaming to an .rrd and calling `spawn`. We could set up the native viewer to be able to stream-load an .rrd file that is...
Does this mean we can remove `.input()` `.memory` etc from `Ui`?
We shouldn't implement `DerefMut`, because a `&mut Context` in almost never needed. But we should remove the now redundant `Ui::input` etc
There are some `cargo check` failures
a docstring needs updating too
Check the CI output: