SDesya74
SDesya74
Allows checkbox without a text label. TODO: - [x] Unless this is a trivial change, add a line to the relevant CHANGELOG.md under "Unreleased". - [x] run cargo fmt -...
Calling `ll` hangs if it is called in a directory with files under IO. `strace` shows that we hang on `statx` at the file under IO. Ganesha unhangs after IO...
Is there a representation somewhere of what the serialized data will look like? In the specification, I saw only a representation of specific types. It may be worth adding a...
When I press shift tab to open the stim overlay, it opens but starts flickering very quickly. Steps to reproduce: ```rust use bevy::prelude::*; use bevy_steamworks::SteamworksPlugin; fn main() { App::new() .add_plugins(DefaultPlugins)...
I also noticed the following errors: - "5 минуты назад" instead of "5 минут назад" - "28 минуты назад" instead of "28 минут назад"
I tried to format Duration in for past time, but I realized that `before_current_ts` is set automatically and it is always false for Duration.
When a modal window is open, the user should not be able to interact with elements outside of this window. Reproducing: - ```cargo run --example example``` - Open modal -...