Mat Clayton
Mat Clayton
**Is your feature request related to a problem? Please describe.** We want to use pod labels to build kubernetes services pointing to specific Gameservers. **Describe the solution you'd like** We'd...
Thank you, we can confirm this works for basic use cases. However there is a bug with SNI based certificates (e.g. CloudFlare) as it connects to the ip address and...
Channels 3.x works with Django 2.2+ as seen here (https://github.com/django/channels/blob/main/setup.py#L16) However DjangoChannelsGraphqlWs requires Django >3, it would be better to align these to Django >2.2 and allow maximal flexibility. For...
It would be nice if Daphne could provide an api for runtime metrics for things like messages/active connections. I imagine this could be built from 2 api's, one providing a...
The latest version of the Relay VSCode plugin supports hot clicking to jump from a query to a resolver. See: https://twitter.com/captbaritone/status/1748020699263045659 It would be great if strawberry supported this. See...
# Creating issues for Relay When upgrading from Relay 16.1.0 to 16.2.0 (and 0.0.0-main-87bd0f5b) we see new flow errors. We're running flow 0.190.1, so its quite old. There are 9...
Range conditions were silently failing, this fixes them.
We're deep in performance work and looking at how to make React/Relay work faster for us, during React Conf I noticed a slide mentioning Custom Performance tracks (see below), and...
Sorry this isn't an issue, but I figured it was the best place to post feedback on the new api, given it was subject to change. I've just implemented it...