Kyle

Results 19 comments of Kyle

After some digging it appears not - https://github.com/shurcooL/graphql/blob/master/internal/jsonutil/graphql.go#L257 seems like thats the area which would need to be refactored to support this. Seems like this would be a good feature...

I have run into this problem as well. Because the validator is on the `internal` package there is no way for the end user to use it. It feels like...

Hey All - unfortunately i'm no longer doing Alexa skills development work so i can no longer maintain this - i gave the repo over to pycontribs in hopes that...

@lingster I sent you an invite to be a collaborator on this repo specifically - it basically gives you admin privileges over this repo - but optionally you can also...

@lingster Sorry looks like the collab invite only gave your "write" permissions - i've elevated you to "admin" now

Hey @lingster I've done the following: - Added you as owner to pypi's django-alexa repo - https://pypi.org/manage/project/django-alexa/ - unarchived rocktavious/pyversion - moved rocktavious/pyversion -> https://github.com/pycontribs/pyversion - Added you as an...

This is how i've been doing it against my services that are using django-rest-framework ``` import slumber class CUSTOMAPI(slumber.API): def __init__(self, *args, **kwargs): token = kwargs.pop('token', None) super(CUSTOMAPI, self).__init__(*args, **kwargs)...

The above volume mounting worked for me too on ubuntu 14.04 with docker 1.8.1