ldd

Results 23 comments of ldd

So now there are 2 people interested in that feature. I won't make any promises, but I'll take a look at it again. It seems worth exploring.

So, I went ahead and finally got to investigate this issue. The gist of it is that this plugin , right now, only generates one [Node](https://www.gatsbyjs.org/docs/node-apis/#sourceNodes). Ideally, we'd want something...

Maybe take a look at this: https://github.com/ldd/gatsby-source-github-api/issues/21#issuecomment-650036417 In particular, you do not really get any data so it's possible that the query that you are using is invalid. I looked...

author here. @soVader I think you are missing an ending `}` for your query to work (from the stack overflow question you made) so instead of ```js exports.githubApiQuery = `...

Your query is malformed, and doesn't work in the [Explorer](https://docs.github.com/en/graphql/overview/explorer). You are missing this on the first line: `query($userName:String!){` reference: https://github.com/graphql/graphiql/issues/156#issuecomment-236762354 ```graphql query($userName:String!){ search(type: REPOSITORY, query: "user:$userName topic:$topicName", last: 50)...

@RyanCross did my suggestion work? I sure hope so. I'll close this issue in about ~3 months if I don't hear back from you or anyone else, as I believe...

I hate doing this but... +1 (Not that the year of copyright has any bearing on keeping copyright, but it looks better)

could you please let me know if you had a JSON file open? if you tried it with a non-json file, you'd first have to disable strict mode. I think....

I can reproduce it. A thousand sorries! I think I know what to fix, but I am incredibly busy today (of all days). I'll take a look at it tomorrow....

Done. Fixed on v0.4.1 It should go live in a few minutes.