Tim Qian

Results 95 comments of Tim Qian

I have added the `mathlab.min.js` file in the [dist dir](https://github.com/timqian/mathlab/tree/master/dist). You can also use cdn (https://github.com/timqian/mathlab#install). And thanks for your 'surprise', it looks cool! I will definitly try it

This change makes the code only check one level of parent-child relation, and will pop every `crossReferenceKey` (parent-child relation) away, I think it will result in bug for recursive schema....

This tool generates general queries accepting `variables` as the query argument. In your case, you can generate random data as the variables. However, this tool did not tell you what...

`Long` is not a built-in type, do you define it yourself? Can you share a sample schema to reproduce the error?

@ravensnowbird The reason is you are using an old version of node. What node version are you using? Can you upgrade node to at least node V8? https://nodejs.org/en/ I will...

I have not tried the `extend` feature yet. But this tool use [graphql-js](https://github.com/graphql/graphql-js) to parse schema file, as long as graphql-js support it, gql-generator should support it too. But you...

We use `buildSchema` method of graphql-js and seems graphql-js is still implementing it https://github.com/graphql/graphql-js/issues/922#issuecomment-493732844 it ignores `extend` for now, and seems it will support it soon.

We can add `extend` support as long as graphql-js support it. PR is welcomed if I forget do it on time

Hey @Botspot, sorry about the inconvenience. repo-analytics is discontinued because I have lost interest in it. You may need to make some changes and deploy the service yourself if you...