Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Have you tried a git bisect to find the cause of this? From [the changelog](https://github.com/emilk/egui/blob/master/crates/eframe/CHANGELOG.md) there were two PRs affecting IME: * https://github.com/emilk/egui/pull/3362 * https://github.com/emilk/egui/pull/3376

The idea of https://github.com/emilk/egui/pull/3362 was the IME should be enabled once the user clicks a text edit box, but apparently something broke. Luckily it is a very small PR, so...

It seems like @abey79 convinced @jleibs that `pixi shell` is not the best recommendation, and that the summary should be ``` pixi run -e examples py-build pixi run -e examples...

Closed by https://github.com/rerun-io/rerun/pull/6466#pullrequestreview-2089971006

It's likely this will require a fix in eframe and/or egui-wgpu

I'm gonna split this branch/PR in two: one to track wgpu 0.20, one to update to egui master. After this is merged: * https://github.com/emilk/egui/pull/4559

I'll rebase this

https://x.com/radamar/status/1785066677706928326 https://huggingface.co/spaces/radames/gradio_rerun

> * `DataUi` implementations makes widespread use of `ui.label(...)` even for `UiVerbosity::Small`, which is bad because it doesn't truncate by default. Instead, we should use `ui.add(egui::Label::new(...).truncate(true))`. Easy but annoying to...

You want to set this as an `init` argument, or as a blueprint option, or what?