Open Issues Need Help
View All on GitHub [Suggestion] Invert `wind_deg_to_symbol` behavior about 1 month ago
bug good first issue
🌦️ Minimal neofetch-like weather CLI
Rust
#ascii-art#cli#openmeteo-api#openweathermap-api#rust#tui#weather#weather-cli#worldweatheronline-api
Bug: negative coordinates parsed as unexpected arguments about 2 months ago
AI Summary: The `rustormy` tool incorrectly parses negative latitude/longitude values as new arguments when passed directly, resulting in an "unexpected argument" error. While a workaround exists using an equals sign (e.g., `-x=-111.967066`), the expected behavior is for negative numbers to be parsed correctly without it. The issue is likely resolvable by enabling `allow_negative_numbers` in the `clap` argument configuration.
Complexity:
1/5
bug good first issue
🌦️ Minimal neofetch-like weather CLI
Rust
#ascii-art#cli#openmeteo-api#openweathermap-api#rust#tui#weather#weather-cli#worldweatheronline-api