Patrick Arminio

Results 669 comments of Patrick Arminio

> If you accept that responsibility to review and maintain the repo it would be awesome. Totally 😊

This would be really appreciated :)

@koraysels if you change the `FROM` line in the Dockerfile to ``` FROM ubuntu:15.10 ``` it should work.

Here's how it works so far: https://user-images.githubusercontent.com/667029/192549860-d9919369-f416-4bad-970c-0467c71244c4.mp4

[On a rerun](https://github.com/strawberry-graphql/strawberry/actions/runs/5790313890/job/15693176817?pr=3015) I got this (different) error: ``` nox > Session Tests-3.12 raised exception FileNotFoundError(2, 'No such file or directory') Traceback (most recent call last): File "/opt/pipx/venvs/nox/lib/python3.11/site-packages/nox/sessions.py", line 792,...

@instil-chloe I'm assuming you don't have a good reproduction for this? I wonder if @erikwrede or @bellini666 might have some ideas 😊 I think we could remove (or work around)...

@goale-company you might be able to do this with an extension: https://strawberry.rocks/docs/guides/custom-extensions#custom-extensions if not, maybe by editing the view you're using can you tell me a bit more about the...

> The custom scalar type use case can be probably achieved more elegantly / correctly w.r.t. static types using typing.Annotated? yup, I think we need to do this, it's just...

@Voldemat can you show an example of what you mean? 😊 Just to make we are talking about schema directives and not operation directives :)

> changing the context based on the resolver instead of setting only in the main router. do you have a more concrete example of this? 😊