Thiago Bellini Ribeiro

Results 256 comments of Thiago Bellini Ribeiro

> Did anyting happen with this? AFAIK, folke is back maintaining this repo, thus making this issue invalid. I'm going to close this as it now.

Hey @folke , Just updated this PR to resolve the conflicts. Anything missing from it? Also, I've made the `track_cursor` option `false` by default. Maybe it should be `true`? You...

[This PR](https://github.com/folke/trouble.nvim/pull/159) I opened should probably help with this issue. Probably it needs some adjustments (it's been more than a year since I opened it)

Hey guys, It's been a while since I opened this PR. Since them the implementation has evolved a bit and some issues that were discussed here were resolved. For example,...

> @kaos how would you see that working? Would we need to provide something like `connection_from_array` from https://github.com/graphql-python/graphql-relay-py? > > I want to make sure we have a relay implementation...

Hey guys, After my last message and curiously, after coincidently having to define a custom `Connection` in a personal project, I noticed some things that could be improved in the...

Hey @kaos , Thank you so much for testing it! :) > But my schema gives me two fields, the first one is a valid Connection, but the second skips...

> I did some minor tweaks to get rid of dependencies to async io stuff and django config settings It might be it! Well, when I open the PR I'll...

Hey guys. Just created a PR with the initial implementation in here: https://github.com/strawberry-graphql/strawberry/pull/2511 :)

That's actually a general strawberry issue. Subscriptions doesn't support field extensions currently :(