Patrick Arminio

Results 162 issues of Patrick Arminio

Currently, our build step look like this: ``` python -m pip install build twine python -m build python -m twine check dist/* python -m twine upload dist/* ``` I think...

This PR removes the isort configuration from pyproject.toml The configuration options we had set aren't supported by ruff just yet, but I think the default config is pretty much what...

internal

I noticed in some places we have unused arguments (especially `db` in tests). I've added the `ARG001` rule to prevent that 😊

Merge after #1162 This PR fixes the loading state by using `mutateAsync` and also adds a `resetError` so we don't show errors while logging in 😊

Tiny PR to check for (mostly) network errors, it shows like this: ![CleanShot 2024-04-09 at 15 38 45](https://github.com/tiangolo/full-stack-fastapi-template/assets/667029/1d9d4638-b443-4f21-bfc0-843572fc04a9) This happens when the user is not connected to the network or...

This PR marks email and password as required, so we don't send the form if they are empty. It also checks if errors returned by the server are a list,...

I've also added a very simple skeleton https://github.com/tiangolo/full-stack-fastapi-template/assets/667029/391d693d-9a00-467d-9cb6-e53d249b4b96

### Product Name Strawberry GraphQL ### Product Link https://strawberry.rocks/ ### Other information Logo is here: https://github.com/strawberry-graphql/strawberry/raw/main/.github/logo.png ### The following is required to submit this issue - [X] I agree that...

Logo Request

I was trying to setup buffer today, and their redirect uri looks something like this: https://account.buffer.com/channels/connect?connectingMastodon=true&server=serverName&followBuffer=false Which seems to break the check in here: https://github.com/jointakahe/takahe/blob/1ceef59becff921402c03504e434793702c35f5d/api/views/oauth.py#L91-L97 Putting the full URL worked...

bug
area/api