Jordan Stout
Jordan Stout
Hmm, Yeah I get that. RFC2068 suggests link headers (http://tools.ietf.org/html/rfc2068#section-19.6.2.4). I find it weird that specs try to create a representational standard without explaining how to create the representation. I...
@imlucas I don't currently have a snippet, but it's when using docker. I'm unable to connect from a docker container to a mongo runner application on my host (OSx). I...
+1 (and for other font types)
I saw the discussion regarding this same need and saw that the way to do it is using `globalStyle`. This caveat alone makes me want to use something else.
It appears, and correct me if I'm wrong, that it just manages the variant selection as opposed to emitting any events regarding a variant impression (the chosen one) and how...
I just noticed documentation states that this is a thing. It'd be cool to somehow force the type when using "Describe" mode. as well. With the inverse `Describe` method, you...
I just ran into this issue as well.
@IvanGoncharov That definitely sounds like a much better solution. I was just noticing other libraries are simply copy/pasting schema printer to do their own logic and pull out directives as...
@jbaxleyiii mind giving apollographql/apollo-server#3013 a review?
@marcj This would be awesome. I'll rewrite my mongo wrapper (https://github.com/j/type-mongodb) to utilize this library. I really want to implement `toJSON()` / `toObject()` in my mapping but with the ability...