Gyrobifastigium
Gyrobifastigium
https://github.com/bevyengine/bevy/blob/f3b5bf029c54a1abfb39014104a14dde24a4c2ce/crates/bevy_render/src/color/mod.rs#L662 https://github.com/bevyengine/bevy/blob/f3b5bf029c54a1abfb39014104a14dde24a4c2ce/crates/bevy_render/src/color/mod.rs#L711 These lines should probably be `let rhs = rhs.as_hsla_f32()` instead.
https://github.com/bevyengine/bevy/blob/55957330351828e84bfc63cf8e151e2805e9d278/crates/bevy_window/src/system.rs#L46 On Linux with i3 WM, sometimes the app window will be focused on creation with no initial `WindowFocused` event. When this happens, `close_on_esc` does nothing until you unfocus and...