Patrick Arminio
Patrick Arminio
I think it is time to make a full copy of the mypy dataclasses plugin: https://github.com/python/mypy/blob/a6c3e0740fb7ddf65a89c1742c9d10c5fe2ed604/mypy/plugins/dataclasses.py Our plugin reuses it but it doesn't work with `strawberry.field`, since dataclasses don't know...
Right now permissions are working well, but I think we can improve them a bit. - [ ] (1) Return an exception or warning if field with permission classes is...
Our current guide on Django Channels relies on completing the official Django Channels tutorial. We should make our own complete guide :) We can brainstorm some ideas about this. If...
Currently, we only have a guide for Apollo Federation, we should list all the directives and document how they can be used and also document how to use them without...
Hey there 👋 I had some free time, so I wanted to see if I could add support for overriding the polling interval for the default polling interval. Here's a...
Hi there, I quite like this starter, so thanks for it! I was wonder if it would be possible to move the query outside the .mdx file and keep it...
I'm getting this error when running ruff on a code like this: ``` import textwrap from typing import List import strawberry def test_entities_type_when_no_type_has_keys(): global Review @strawberry.federation.type class User: username: str...
Some users reported that times of the talks were wrong (+1 hours). I'll be happy to check this in the next few days :)