Trevor Taubitz

Results 5 comments of Trevor Taubitz

@bwplotka While this might work for flat projects, I think for nested packages it might not work. I'm pretty sure`go generate ./...` will run each `//go:generate` directive in that package's...

There is just one tutorial that I have found for this, but it is entirely in Chinese: https://www.bilibili.com/video/av22645681. If anyone understands it, I would love to figure this out as...

+1 to this. Wrapping should be both optional and configurable. And when wrapping is done, the indentation should be correct according to the YAML spec (e.g. https://yaml-multiline.info/)

Just to throw my 2 cents here, I found that I was able to run using the `GITHUB_TOKEN`, but it needed a couple extra permissions to do so: ``` permissions:...

@ezanchi Assuming you had the list in `list.json` formatted the same as the given example list, a quick-and-dirty script would be the following: ```powershell Get-Content ./list.json | ConvertFrom-Json | %...