Dmitri Shuralyov

Results 869 comments of Dmitri Shuralyov

A question so I can understand this better. Can you elaborate on your use case and how you came up with this need? Given that `query` usually maps to a...

I see. If I understand correctly, you no longer have a need for this, is that right? If so, I'm happy to defer dealing with this issue until a concrete...

I don't see anything wrong in the snippets you posted. I tried putting them together into a complete program, and can't reproduce the problem with it. It seems to work...

You're reusing the `q` variable between iterations. That means for the second page and onwards, it'll be non-zero as it contains data from the last page. I'm not sure how...

Good news, I've just checked off the following box: > - [x] Directives (haven't tested yet, but expect it to be supported). I've tested [GraphQL directives](http://graphql.org/learn/queries/#directives) and they work well...

Since this library is largely generated, a viable possibility to consider is creating a separate package that includes support for the schema previews (doing this isn't as viable in go-github...

There are no updates on this from my side yet, but there is some new demand for this feature (see #44). I won't have time to work on this in...

> I think actually shurcooL/graphql#31 or rather shurcooL/graphql#33 should fix this and this library here doesn't need to change much. Agreed. > Is there anything we can do to help...

> Now while try calling the graphql it is resulting in error What error do you get? Can you paste it here? > I am getting the `topics` field always....

> And then calling the graphql as above i get the below error > > **slice doesn't exist in any of 1 places to unmarshal** Thanks. I'll need a complete...