Michael Urman
Michael Urman
No worries. This is fairly low impact and something I can work around in multiple ways. Nobody else on my team has even mentioned that the links don't work, so...
Saw another variant of this with a fenced codeblock appearing twice. First as `` (text in the ...) followed by the content as a teams code block. As before the...
I reviewed a similar bug that modified a field of a value retrieved from a map without writing it back. Neither map-based nor slice-based variants seem to be flagged. ```go...
This also seems to be a problem with a local type alias. In the original example if we add `type S struct{}` to utils, the following has a similar false...
If it'll help, sure I'll send a PR. I'd avoided because I didn't have spare cycles to review other dependencies for whether they should be upgraded. And figured the one...
I saw it in a private package. But I added some output to pkgload (from v1.0.0) and isolated the following. A subdirectory named with a `_test` suffix containing at least...
In case it's helpful to know, `cmd/gocritic-analysis/` does not panic on the private package. I'll close the PR.
@mgyucht I had to go dig up my repro and make sure it wasn't using my workaround. But I believe it's good now. I no longer see a `next_page_token` in...
I'm not sure it's quite the same issue, but since it's like #6121, I suspect it shares underlying problems. And I have a worked-once-for-me fix: TLDR; adjust route metrics with...
@douglaswth: I haven't had a time to review your recent gRPC updates. Is there any chance they address this bug?