Antoine Beyeler

Results 303 comments of Antoine Beyeler

> We could make this a global setting, `ui.style_mut().labels.truncate = Some(true);` or whatever. We could also add a `ui.label_truncated(…)` helper. https://github.com/emilk/egui/issues/4473

> before screenshots would be nice. my memory is pretty bad with these things :) Done (though visually it doesn't make such a difference on screenshots)

Duplicated by #7510 (which has now more content, some I'm closing this one)

egui_tile issue: https://github.com/rerun-io/egui_tiles/issues/79

@mont1004 Unfortunately the next release will have little new on this front, but this is still something that's high on our priority list. Do you have any particular primitive in...

I should have clarified: `py-build` runs `maturin build`, which creates our `rerun-sdk` package. This is what all our examples depend on. So without the explicit dependency on the "empty" `rerun-sdk`...

We'd rather keep a "lax" dependency on `rerun-sdk` on our example to cover the end user use case of running examples from the `latest` branch (corresponding to the last release)....

Four our use-case (use-cases, really), our ideal requirements are: A) As a user: - I can run any example from the `latest` branch against a pypi version of `rerun-sdk` -...

I believe (A) forces examples to have a lax dependency on `rerun-sdk`