Trevor Mack

Results 150 comments of Trevor Mack

+1 to this feature request

@afrizalyogi I hope you have either modified that token and/or rotated the credentials 😜 (not sure if tokens can be used multiple times, but typically not good security practice to...

Definitely can be a duplicate of https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client/discussions/682 My searching didn't find that one guess I forgot to try "local host" vs "localhost" 🤦‍♂️

I ran into a very similar issue. I would expect User.fetchAll() to work, though yes instead of an iterable GraphQL is getting a Promise (Promises are fine, as GraphQL will...

Of course, I am just starting to look at graphQL for a personal project I have been meaning to work on so as I get dirtier with it I will...

Thinking about this further, how would one go about doing this. Since in the schema definition we aren't using any encapsulation with this library. We could add a helper around...

I started using this library today and noticed and thought about this same thing. With enabling debug mode on my knex setup config I see the following queries when loading...

Looking at an approach for this. Have something that is quite dirty in approach right now. Want to clean it up a bit will post some details on how I'm...

@SevastianGioanca I'm getting the same failure. ``` { RangeError: Maximum call stack size exceeded at Array.forEach (native) at crawl (~/.nvm/versions/node/v8.1.4/lib/node_modules/swagger-combine/node_modules/json-schema-ref-parser/lib/resolve-external.js:61:24) at ~/.nvm/versions/node/v8.1.4/lib/node_modules/swagger-combine/node_modules/json-schema-ref-parser/lib/resolve-external.js:69:38 at Array.forEach (native) at crawl (~/.nvm/versions/node/v8.1.4/lib/node_modules/swagger-combine/node_modules/json-schema-ref-parser/lib/resolve-external.js:61:24) at ~/.nvm/versions/node/v8.1.4/lib/node_modules/swagger-combine/node_modules/json-schema-ref-parser/lib/resolve-external.js:69:38...

likely to be caused by https://github.com/APIDevTools/json-schema-ref-parser/issues/36 or https://github.com/APIDevTools/json-schema-ref-parser/issues/40