Adam Snyder

Results 102 comments of Adam Snyder

@radkomateusz Thanks for clarifying. The use case makes sense.

@headyj I don't think anyone is working on this. Contributions are welcome!

EDIT: Disregard. In my case the nondeterminism was caused by my not using the `--uniq-by-line=false` golangci-lint flag. ~For anyone using golangci-lint with both `revive` and `ireturn` linters enabled, I've found...

Hi, I opened a new PR for this #67 without first checking for open PRs, sorry. 🙏 Anyway I think there is a bug in this implementation since you are...

+1 for adding `MONITOR`. My use case is that I am writing tests for some code that depends on Redis. It would be useful to call `MONITOR` and output the...

We saw this issue today using the latest version (1.43.0) To reproduce: 1. Create a .go file with no terminating newline 2. Run `golangci-lint run --fix` (exits with status 0)...

Running with `--fix` and `--verbose` reveals that it does detect the issue and attempts to fix it. I suspect the bug is an edge case having to do with the...

I'm working around this issue for now by using the `hide-empty` setting. It works as long as you don't have Terraform files in the root, and you're ok with hiding...

I ran my new tests from #2433 against this branch, and one is failing: `PubSub canceled context [It] should unblock ReceiveMessage`. That being said, this is still a huge improvement!...

I ran into this too. The generated code does not compile when using `x-go-type-skip-optional-pointer` with an `integer` query parameter. Using the echo server. ```yaml # OpenAPI 3 spec - name:...