Michael
Michael
Try the latest head. I fixed a NameError there, presumably the one you're running into. The bad news is that this NameError occured while trying to display an exception, so...
I'm also interested in working on a unified wrapper. My intention was to start with this pull request and unify the two APIs. Is there a better starting point?
The JS package managers make `add` do an upgrade of the version range, and that makes sense to me.
The su binary in CM11 does not ignore the --context switch, it raises an error that you passed an unknown arguments (the behaviour I would expect). In my case, I...
Amazing, thanks! The code looks perfectly good to me.
Turns out you need to specify the name as well: http://video.google.com/timedtext?lang=fr&v=PILzP-bIeLo&name=french
Sounds good. I am wracking my brain trying to figure out what the purpose of this fixture is. It came from a PR from @tomd-aptivate a couple years ago. @tony...
I found some approaches where people are diffing against whatever the last commit was a build run for (the commit CircleCI in pipelines 2.1 seems to publish as the "base...
Playing with this some more. Another option might be allowing the user to pass in a custom `graphql_core.GraphQLSchema` subclass. This would allow this kind of customization in a very similar...
This might be more difficult than I thought. Not looking closely enough before, I failed to realize that most of the code, such as `build_ast_schema` is actually part of `graphql-core`,...