Peter Bierma
Peter Bierma
You may find a solution to your problem in the [docs](https://rich.readthedocs.io/en/latest/introduction.html) or [issues](https://github.com/willmcgugan/rich/issues). **Describe the bug** `rich.text.Text` styling is ignored when used on the title or subtitle of a panel....
didnt see anything in the docs for testing warnings. if this doesn't exist, perhaps it could be added? syntax could be pretty much the same as exceptions: ```py @test("...") def...
when trying to use stdin with the `eval` command, the bot breaks and gives an arbitrary response:  maybe there's some way to redirect a discord message to stdin when...
`Struct` currently repeats dataclass logic every time it instantiates. instead, it should only do it once and store it in a class variable. validation is also only executed when the...
*not using the issue report format since it doesnt really fit here* originally, i was having an issue that looked like this: ``` > black Traceback (most recent call last):...
I have a decorator that modifies a class at runtime, kind of like a dataclass: ```py @modify class Something: ... ``` Let's say `modify` adds `foo` onto `Something`, so after...
pretty new to uncrustify, was wondering if it was possible to only indent (or even unindent) things like function calls if it exceeds the set character limit. so something like...
I'm writing a custom MkDocs theme for my project and I can't seem to get symbol type headings to show up. The `mkdocstrings` config looks like so: ```yml plugins: -...
3.0.0
uh oh
**Description:** Python 3.8 and 3.9 on macOS no longer work, and actions complains about them not being a real version. **Action version:** Latest **Platform:** - [ ] Ubuntu - [x]...