Florian Suess

Results 6 comments of Florian Suess

Is there an answer for this? I'm also keen to render a `blackfriday.Node` back to markdown.

Something to add to this conversation perhaps, I noticed that changing the local machines time to Apple America/U.S solves my problem... ![image](https://user-images.githubusercontent.com/23600725/53701601-a7d5c580-3e63-11e9-95fe-d2e11ebc9ad6.png)

I originally was a few milliseconds off (the now and iat stamps), now they are consistently the same.

I see @gotomgo's approach to be totally valid, that is simply dropping `int32` restrictions on deserialisation of literal `scanner.Int`'s https://github.com/graph-gophers/graphql-go/blob/446a2dd13dd5acd3dff51e2978b914df958c194c/types/value.go#L31 Inferring radix from input makes total sense too, no reason...

I'll take a gander, recently did something here: https://github.com/suessflorian/gqlfetch, I reckon we can unmarshal a introspection result directly into an `ast.Schema`.

@prcastro, I'm also interested to hear of any resolution.