targrub

Results 2 issues of targrub

The problem description says the `-v` flag should collect all lines that fail to match the pattern. An empty line does not match a pattern of, say, `"Of"`. Yet the...

good first issue
help wanted

Modifying the `[features]` block of `Cargo.toml` to ``` [features] default = ["2d"] 2d = ["bevy/bevy_sprite"] ``` yielded me the following warnings ``` 2022-09-13T21:47:08.231401Z WARN bevy_ecs::schedule::graph_utils: bevy_window::system::exit_on_all_closed wants to be after...