Patrick Arminio
Patrick Arminio
LazyTypes have been document here: https://strawberry.rocks/docs/types/lazy#lazy-types 😊
I think we might want to do this at some point, but we are still working on some internal refactoring 😊 Also we'd need to make a decision on this...
This has been fixed recently I think. @emosenkis can you open a new issue for that, I'm pretty sure using strawberry.field shouldn't mark a field as optional
@offbrok yes, unfortunately the current implementation of Upload returns a BytesIO object for Sanic: we might want to change that
worth investigating this too by Stripe: https://markdoc.io/
for the website I think we should keep as much as we can in JS/TS, I've seen this https://github.com/executablebooks/mystjs but not 100% sure it is worth putting effort into this...
Going to close this, I'll do some work on the website around december and hopefully I'll get around some of these things 😊
> Well since the package didn't release V1.0, it is a brave decision to follow the option 2. What do you mean? 😊 I think we make it easier to...
Thanks for bringing this up @TimPansino! I was trying to implement nox but I had a few issues with mypy and other dependencies, I'll take a look at `thx` but...
@jkimbo I'd say yes, we did some isolation for Starlette and Django, but I think we might be better off by using nox/tox[1] since at the moment we depend on...