AxiomaticSemantics
AxiomaticSemantics
I've tested this on 0.8.1 and it works as intended here. @LLNet Could you try against latest stable release?
Enabling DPMS reliably causes this timeout to happen with Intel mesa drivers on Linux.
See https://github.com/rust-lang/cargo/issues/4895 for the upstream issue.
This may have possibly been resolved by #11986 I'll keep trying to reproduce and follow-up on the results later. To anyone that does get this, could you try on current...
Is there an impending fix for the wasm build failure? Would you consider renaming `ComputeTaskPool` to just `TaskPool` or `ThreadPool` or such?
Using a headless application is where this can become really obvious fwiw, I noticed the same issues as soon as schedule v3 was merged. see: https://discord.com/channels/691052431525675048/692572690833473578/1115422818012762274
This is due to library search paths and affects all OS. I get around with via LD_LIBRARY_PATH on Linux. related https://github.com/rust-lang/cargo/issues/4895
https://github.com/bevyengine/bevy/issues/6723 same root issue.
This sounds like correct behaviour, only the focused window should be able to read keyboard input. You can configure i3 to focus a window on creation though. in `.config/i3/config` add...
> The behavior is that `close_on_esc` doesn't work (and rarely, keyboard input events aren't even received) despite the fact that the window _is_ focused on creation. If you figure out...