vi

Results 73 issues of vi
trafficstars

## Summary Fixes #1290. ## Checklist - [x] If code changes were made, then they have been tested - [ ] I have updated the documentation to reflect the changes...

t: bugfix
needs backport: 2.10

## Summary While the docstring of subcommand groups is largely useless (as descriptions of subcommand groups are not exposed in the UI anywhere), it should still be parsed to retrieve...

t: bugfix
needs backport: 2.10

## Summary `SKU.subscriptions` mistakenly returned a coroutine, unlike other iterator methods (which are *sync* methods returning an *async* iterator). This removes the `async` keyword. https://docs.astral.sh/ruff/rules/unused-async/ might have caught this, but...

breaking change
t: bugfix