Heath Stewart

Results 419 comments of Heath Stewart

I don't see how this is related to `--merge-pages`, which isn't even merged yet. The GraphQL query takes multiple input IDs. Is the syntax for `--raw-field` even right? If so,...

Why not just have `gh` emit JSON, tee that, and send stdout through `jq` or some Go templating app. Off hand I'm not aware of one, but you could use...

I added support to `merge-json` in heaths/gh-merge-json#6 and pushed a [new release](https://github.com/heaths/gh-merge-json/releases/tag/v0.2.0). Seems appropriate, given that the `merge-json` extension requires JSON input anyway...for which I also fixed an input validation...

[shameless plug] @rwalkerands if you like it, consider starring [heaths/gh-merge-json to](https://github.com/heaths/gh-merge-json) to help discovery on https://github.com/topics/gh-extension :wink: If not, that's cool too. Won't change support or feature ideas unlike some...

As a workaround, you can set `GOTOOLCHAIN=go1.21+auto` e.g., ```bash GOTOOLCHAIN=go1.21+auto go test ./... ``` It will download the latest go1.21 toolchain - currently 1.21.5 - and run tests using that.

Could you add the full exception as well? If it was the last error, you could do `$Error[0].Exception | clip.exe` and paste that between some code fences here.

> Quick clarifying question, as `portsAttributes` apply to all the ports specified in `forwardPorts` property. Is this something you are expecting? or do you prefer to only add `path` property...

> This seems reasonable to me! @alexr00 what would be the next steps? Is this something you'd like help with, if I can? I looked in the VSCode repo originally...

> * When the url opened from the Ports view? (very doable) > * When the url is opened from an onAutoForward action in the portsAttributes? (very doable) Just those...

Merging on behalf of @mikekistler