Mikhail Mazurskiy

Results 157 comments of Mikhail Mazurskiy

I'm sorry, but it was not addressed - I was not fixing it. It's still happening e.g. https://github.com/grpc-ecosystem/go-grpc-middleware/runs/1895406088?check_suite_focus=true#step:5:7

Ok, here is a recent test run https://github.com/grpc-ecosystem/go-grpc-middleware/runs/2436081775?check_suite_focus=true#step:5:6

It was quite convenient to construct a parser that would also validate audience, issuer, etc. Now with this library [I have to manually validate those](https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/merge_requests/456/diffs#1567437db92ebef167a055658289fb0df9ab71d1_58_60). This feels less convenient. p.s....

https://github.com/kubernetes/client-go/blob/master/INSTALL.md Also `replace` can help to pin to the correct version like that: ``` replace ( // https://github.com/kubernetes/kubernetes/issues/79384#issuecomment-505627280 k8s.io/api => k8s.io/api v0.17.6 k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.17.6 k8s.io/apimachinery => k8s.io/apimachinery v0.17.6...

I'm sorry, but I'm no longer interested in this project. Also, a lot of other interesting work :)

It is a test that is run under race detector to detect races :)

This would be amazing to have. Currently Gazelle adds all the modules, including the pruned ones. Then they are all downloaded during the build even if not needed. Is that...

@pqn No, I didn't. I'm using 0.23.0, which works fine.