James Chua

Results 17 comments of James Chua

Hi Richard, could you post the error your are getting? On Sun, Feb 5, 2023, 12:37 AM RichardManSheng ***@***.***> wrote: > I have done pip cache remove openai and its...

@hallacy @ddeville would this MR be helpful?

I have some initial work, i think its possible if that pydantic type gets constrained to the functionality of what graphql can achieve. i.e. the same constraints that the strawberry...

> Just wanted to mention that this would be a big lift for our groups as well. Right now we end up defining the pydantic types and the strawberry types...

> The main app that we have using pydantic with strawberry was an adaptation of some legacy data. We have a decent number of pydantic objects(~15 classes). Some of them...

@patrick91 I'm not very confident of making pydantic first class without a ton of future bugs. These are just some I foresee from my attempts to hack it out. The...

interesting, maybe a subclass of pydantic field could work. Will try that out so it doesn't break all the static typing tools. On Mon, Feb 20, 2023, 5:54 PM Patrick...