Sam Millar
Sam Millar
I have an open PR to address this: https://github.com/jaydenwindle/graphene-subscriptions/pull/26
I am also experiencing this error, I'm really going to need a solution or I cannot continue using this driver.
Surely this is a fundamentally important feature for PeepOpen with Textmate?
We've fully integrated this into our stack now without any issues!
Any chance of another pre release of this with all the latest changes in please?
@patrick91 yep! I have been able to get this working in django with the following management command: ```py # .../graphql/management/commands/graphql_locate.py from django.conf import settings from django.core.management.base import BaseCommand, CommandError from...