Jeff Rooks

Results 45 comments of Jeff Rooks
trafficstars

Installing `matklad.rust-analyzer` and then clicking the VSCode prompt to install the LS for it fixed it for me. :+1: I was expecting the more popular extension to work out of...

Is it possible to get this merged in? It would be very helpful 😄 I need it for the exact case pointed out by https://github.com/actions/labeler/issues/59#issuecomment-697238514 On initial push to the...

Any chance of getting this merged in or is there an alternative solution?

I ran the following and received the same error. `$ graphql-docs-gen https://fakerql.com/graphql documentation.html` @aminconnectngo @rodriguise Give this tool a try: https://www.npmjs.com/package/@graphidocs/docs `$ graphidocs -e https://fakerql.com/graphql -o ./doc/schema` I was able...

For anyone interested, I ended up with a custom build rather than using a tool. **Using node-fetch and ts-node I fetch the introspection query response, then use graphQL utils to...

Would this be helpful? https://async-graphql.github.io/async-graphql/en/input_value_validators.html

I've used https://www.fiverr.com/ in the past with good results. Happy to contribute as well!

Yeah that works for me 👍🏼

That doesn't work for me unfortunately. I tried a few variations and created a new project with the bare minimum with no luck. However, I don't think I necessarily _need_...

The first compiler error makes me think I'm missing a dependency or config option since it's saying Serialize isn't implemented for prost timestamp. Any suggestions?