Jessamyn Hodge
Jessamyn Hodge
The current project, no. But what this lib/toolset does do (you have no idea how excited I am for this.) as well as the discussion around schema stitching is allow...
@craigtaverner Having a similar issue... Except...nothing in the logs. Ive tried building from source, as well as just dropping in the precompiled .jars. Neo4j 3.1.1 on DigitalOcean No matter what...
@thejcannon the graphql-python team expanded by quite a bit recently, but Django does have the larger community. (the docs are having an issue we're trying to wrangle) As someone who...
@cito I've loved pipenv. I use it for all my projects. One approach I've seen is also to dockerize examples. (that would probably be overkill for trivial examples) I feel...
Similar to above, I prefer a semver policy. Nb We also need to add a toggle on the docs so people can refer to previous versions and the relevant docs.(eg...
@maebert this could be tidied up, but I'm using this middleware which seems to work well. (obv switch out so it raises what is useful to you, I send things...
@mandx after hunting in what feels like everywhere, your comment
I'm just getting into the async side of things :) I would not trust my code quality/skills up to it, unfortunately.
I have subscriptions working on mine, but I'm using aiohttp and rabbitmq as my pubsub so I'm not sure how reusable it would be for people... ```python from graphene.types.objecttype import...
Then ```python from aio_pika.exchange import ExchangeType import pickle from graphene import Field from logzero import logger from api.definitions.types_subscription import SubscriptionType as SxType from api.definitions.types_base import BaseSubscription from api.definitions.enums import PayloadOp...