vi

Results 76 issues of vi

## 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

## Summary Depends on #1484. The migration period lasts until 2026-02-23, but we might as well update the documentation now. https://github.com/discord/discord-api-docs/commit/8eed173fd9505fda58f4d4e3c3db48f4d69a2f54 ## Checklist - [ ] If code changes were...

t: documentation
t: api support

Regarding #1384 - indiscriminately moving type annotations that are unused at runtime into `TYPE_CHECKING` is fundamentally incompatible with a library that heavily relies on runtime parsing of signatures, imho. I've...

t: refactor/typing/lint

Updates mistune to v3, which resulted in a pretty big refactor being required. Instead of subclassing `BaseRenderer` which didn't implement any rendering whatsoever, we now subclass the new `MarkdownRenderer` and...