Tim Vergenz

Results 113 comments of Tim Vergenz

Oh, sorry about that! My mistake. I added a fix to debug the TypeScript plugin itself. If the TypeScript code you're writing is for Node though, there's a browser-based debugger...

I've seen that error before. When I encountered it it ended up being because I had forgotten to declare `schema { query: Query }`. (I had just declared my query...

Np! I'm working on a PR btw to give a better error message in this case since it's an easy mistake to make.

Hmm I wonder if the struct itself has to be exported in addition to the fields? I.e. would it need to be `DescriptorResolver` instead of `descriptorResolver`?

I'm working on a PR for this, FYI.

> Although the value of `input_filename` can be set externally in jq, I'm not sure how one would do that with multiple input documents. Open to suggestions. @kislyuk how would...

@kislyuk which command line option are you seeing that does that? I don't see anything mentioned about this in the [documentation](https://stedolan.github.io/jq/manual/v1.6/#Invokingjq). And as far as I could tell in the...

My current understanding is that the only way to control `input_filename` is by actually creating a file on the filesystem with the given path/name. Would you be open to a...