Yurii Karabas
Yurii Karabas
**Bug Report** `Self` as return type annotation in base class method breaks multi-inheritance. (A clear and concise description of what the bug is.) **To Reproduce** ```python import copy from typing...
## Change Summary Add fail-fast feature to: - dict - typed-dict - dataclass-arguments - model-fields ## Related issue number #1345 ## Checklist * [x] Unit tests for the changes exist...
Hi, Thanks for `clai`, I'm using it all the time 🙌 One minor feature that I miss is the ability to continue the last conversation, cause my usage looks like...
Make `Sparkline` be able to use not only 1 as a height value. Demo app: ```py import random from statistics import mean from textual.containers import Grid from textual.app import App,...
Currently, it's allowed to have only one model as a query/headers/etc model parameter, in this PR I propose to remove this restriction. This PR should be backward-compatible. For instance, example...