Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

Re-opened because of dead-lock: https://github.com/emilk/egui/pull/3612

https://github.com/emilk/egui/pull/3831 will fix this for Windows, but Linux and Mac still has the issue

This will match how `ScrollArea` works, so I guess it makes sense. But no need for `Option`, just use `f32::INFINITY` instead, just like `ScrollArea::max_height` does

Check the docs for `ScrollArea` to see a bit more about why we have these settings.

The way I want to approach this is step-by-step: First implement the new `WidgetStyle` and use that for all widgets. That already is quite a bit of work, but is...

An action plan has been added to https://github.com/emilk/egui/issues/3284

`egui_plot` has recently been moved to its own repository, at https://github.com/emilk/egui_plot This will hopefully speed up its development by having more reviewers and maintainers. Please re-open this PR at https://github.com/emilk/egui_plot/pulls...

Without having looked into this, I suspect this code, which applies the new zoom factor: https://github.com/emilk/egui/blob/1efa66014981b39f0357b8a49599e7266a96ad79/crates/egui/src/context.rs#L273-L287

Theoretically, yes. `ehttp` is a thin wrapper around `ureq` and `web_sys::Request`, and they both support proxied requests. Try it?