Patrick Arminio

Results 669 comments of Patrick Arminio

@Bingdom can you reproduce this with the latest version of GraphQL-core?

@Bingdom does it happen only on windows? or on your prod server too?

@messense so is my action set up wrongly (or in a non-optimal way)? https://github.com/patrick91/rignore/blob/main/.github/workflows/CI.yml#L53-L90

@messense but then I'd miss the latest version of python (that's why I was suggesting to use the `rust-cross/manylinux-cross` image, like it's done for the others https://github.com/PyO3/maturin-action/blob/main/src/index.ts#L59-L64)

One reason I wanted to have an intersection type, was to support this use case: ```python import strawberry @strawberry.type class User: name # Now the User class has a `__strawberry_definition__`...

@mikeshardmind that's awesome! I don't seen any mention in the PDF about typed dictionaries? Is that in scope for this PEP or not? (I guess it should be at least...

my workaround for this is: ```python class Subscriptions: def time_subscription(self): s = """ subscription { something } """ async def _run(): for _ in range(100): iterator = await schema.subscribe(s) value...

@KeentGG that's the mac os Tahoe tabs :)