Patrick Arminio
Patrick Arminio
This might be on purpose, but I'd prefer to control padding on my own :D Reproduction: ```python from textual.app import App, ComposeResult from textual.widgets import Header, Footer, Button, Static class...
- **Add initial documentation for using the Django ORM** - **Add async example**
This PR adds a Django middleware that allows to run the Django Request lifecycle 😊 This is still draft as I want to make sure it works in various cases,...
## Type of changes - [ ] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [x] Other ## Checklist -...
Being able to request info (and root) only when needed is a nice feature, but considering we haven't exposed a type for info yet, it might be nice to all...
Hi there! Sorry if this is already, supported, but I wasn't able to find it. I create a few named sessions, one per project, and then re-use them when I...
This PR adds rich-toolkit to improve the look and feel of the app, for now we are only updating the server commands 😊 In terms of the code, I've most...
As suggested by @Kludex we should be allow to copy a snippet of code from our documentation and run it as is, without code changes. Pydantic does this in their...
While chatting with @BryceBeagle we found a bug with Generics, the following code should work: ``` import strawberry from typing import Generic, TypeVar, List T = TypeVar("T") S = TypeVar("S")...
From #3554 