Thiago Bellini Ribeiro

Results 346 comments of Thiago Bellini Ribeiro

Just opened an issue there too to check to see if that is possible: https://github.com/psf/black/issues/1776

I really like the idea! Speaking from the experience I have defining custom `type` transformers and `StrawberryField` subclasses for `strawberry-django-plus` and now on `strawberry-graphql-django`, there are 2 issues that I...

> > Then when doing, `field = extension.on_field` you just replace it with > > ```python > > for extension in extensions: > > field = extension.on_field(field) > > ```...

Interesting request :) Using a subclass is possible but would be some typings to be resolved by choosing something else (i.e. the `Node.id` attribute annotation), and that is not really...

> @bellini666 let's schedule something to make this happen 😊 Sure! 😊 Would love to hear @oliverseal'sopinions on this too. Based on his usage, something that accommodates his needs will...

> @oliverseal thanks! I'll be travelling for the next two weeks, but once I'm back I'll take a proper look at the PR! Lets take a look at the PR...

I think both me and @patrick91 forgot about this 😅 Pinging him so we can discuss about this

For curiosity, what would be an use case for an `offset` parameter? I mean, `after` exists because of that, and even in the graphene link you shared has a `#...

> It would reduce some complexity using the GraphQL API in frontend for pagination, we wouldn't need to store the cursor returned by a previous query and use it as...

Actually, I might be confused. I tested the discord client those days ago and maybe it was working there but I have the memory of it working in the directory.......