Patrick Arminio

Results 162 issues of 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**

docs

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,...

feature

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

good first issue
Hacktoberfest

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

feature

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

good first issue
Hacktoberfest

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")...

bug

From #3554 ![CleanShot 2024-09-02 at 19 41 36@2x](https://github.com/user-attachments/assets/894e6cb6-e81e-4410-bf3c-dce5aaf2b515)

feature-request