Rafał Pitoń

Results 305 comments of Rafał Pitoń

Hello, apologies for delay in tacking this: 1. Valid bug 2. Enum names should go through `process_name` like other names. Name conflict with Python keywords should be solved by appending...

> Regarding your caveat about return types, would the type annotation have to be "Any" then? I think so, but I am not familiar with what Mypy plugins would make...

I doubt those ORM classes would be pydantic models, or that they would return anything else than lists of dicts. > Just a caveat tho: those generated types would be...

...but seeing how we already require Pydantic, I don't think there would be an issue with having those data types as it's models instances as you've originally proposed. My only...

This is something I've been thinking about some recently, but I am always finding those propositions missing some important decisions that would have to be made immediately as work on...

> resolver signatures are always syntactically compatible with the schema But correct me if I am wrong but isn't major draw to typing resolvers that their return types are something...

Hey, I am sorry. I was going to reply to this after coming back to office after May holidays, but I've got distracted by other work. The reason why I've...

Shower though: what if base client's code was a simple template that we would render a final Python file from when client package is created? Template file could be Python...

What do you mean by not having PR rights? I've checked repo's setup and we don't limit other people ability to open PRs in any way. We also got some...

> My bad again. Then I didn't test that and docs don't show you that you can Our docs say that queries path should be either file or directory with...