Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

``` error: failed to run custom build command for `gdk-sys v0.15.1` Error: failed to run custom build command for `gdk-sys v0.15.1` Caused by: process didn't exit successfully: `/home/runner/work/egui/egui/target/debug/build/gdk-sys-c353f28b6e9461e8/build-script-build` (exit status:...

Thanks for reminding me about this @SilenLoc - I just needed to rebase on `master` and it all works now

The current design is to do so by calling methods on https://docs.rs/epi/latest/epi/struct.Frame.html. `always_on_top` hasn't been implemented yet, but should be easy to add if you want to take a stab...

The native file dialogs is using [rfd](https://github.com/PolyMeilex/rfd) - have you tried cross-compiling the rfd examples? Perhaps the issue belongs in that repository?

In other words, you want to see all app ids in the blueprint panel, regarless if they have any recordings or not? What if you open a recording and close...

Suggestion: * Switch to the app id when opening a blueprint (even if it has no recording) * Show all known App Ids in the Blueprint panel that has at...

* [x] Python vs Rust users * [x] OS (`target_arch`?)

We also need to refactor the code a bit - currently we append meta-data in `app.rs` using `default_append_props_mut`, which hides from users what data we are actually collecting. All events...

converted to draft until there is progress