Jayden Windle
Jayden Windle
Hey @mattbasta! Thanks for using `graphene-subscriptions`. I'm glad it fits your use case well :) You're correct - right now all events are broadcast to a single Channel Layer group...
@mattbasta After thinking a little more about this last night, I came up with a way to give you more control over client groups in a manner that works with...
@mattbasta you're very welcome! Thanks for the feedback :) If you'd like to help write some docs for this new approach, that would be much appreciated! I haven't quite nailed...
Hey @msg555! Thanks for bringing this issue up. You're right, the global `stream` variable does cause some issues currently. I didn't realize that this causes connections to drop on uvicorn,...
Right now there is no built-in support for pagination (as far as I know). It would definitely be neat to support this though! One way to implement basic pagination would...
I like that option too! I'll have to look a little deeper into how MyPy does its magic, but I think if we define `strawberry.SubscriptionResult` as a custom type that's...
It seems like these templates are extending from admin templates. I don't see a similar usage of admin templates in any of the other pinax projects. Were other projects previously...
No worries at all! I'll address @paltman's comments, do some testing, and leave these open to merge at your leisure :)
Man, it's been ages since I worked on this. From what I recall, moving these templates over was mentioned in Slack as a blocker for getting `pinax-points` v1.0 released, so...
Would love to see an authenticated version of the aggregate function which appends msg.sender to the calldata for each call in the style of ERC-2771. This would allow recipient contracts...