Alex Bozhenko
Alex Bozhenko
Hi. I found idea in this blog post may be useful in clush: https://rachelbythebay.com/w/2020/10/26/num/ Would you be open to a pull request that adds a configurable confirmation like described in...
- [ ] https://github.com/DylanMeeus/GoAudio - [ ] https://github.com/dh1tw/gosamplerate - [ ] https://github.com/mengzhuo/cookiestxt - [ ] https://github.com/abraithwaite/jeff - [ ] https://github.com/adam-hanna/jwt-auth - [ ] https://github.com/tarent/loginsrv - [ ] https://github.com/openshift/osin - [...
### What version of rules_go are you using? ```v0.44.0``` ### What version of gazelle are you using? ```v0.35.0``` ### What version of Bazel are you using? ```6.4.0``` ### Does this...
To include https://github.com/grpc-ecosystem/grpc-gateway/pull/3413, mentioned at https://github.com/grpc-ecosystem/grpc-gateway/issues/3407
I am not sure how to trigger tests in this repo, but I wanted to check if updating rules_go, gazelle and golang version will illustrate the issue described at: https://github.com/rules-proto-grpc/rules_proto_grpc/issues/275
### Issue Description The [rules_go 0.41.0](https://github.com/bazelbuild/rules_go/releases/tag/v0.41.0) and [gazelle 0.32.0](https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.32.0) added the breaking go_googleapis change. This repo uses go_googleapis in multiple places. E.g.: [gateway_grpc_library](https://github.com/rules-proto-grpc/rules_proto_grpc/blob/7064b28a75b3feb014b20d3276e17498987a68e2/grpc-gateway/gateway_grpc_library.bzl#L41) I am trying to update my repo...
drop deprecated +build syntax for tags https://stackoverflow.com/a/68361186/1572363 https://pkg.go.dev/cmd/go#hdr-Build_constraints https://go.dev/doc/go1.18#go-build-lines
Hi. This code: https://github.com/approvals/go-approval-tests/blob/32d5677069bd623f06e909e11474d27400539dae/reporters/vscode.go#L20-L29 Does not work for the case when https://code.visualstudio.com/docs/remote/ssh is used. It is possible to run remote code instance with something like: https://stackoverflow.com/questions/62201080/is-it-possible-to-use-the-code-command-in-sshed-terminal-to-open-vs-code-on-l But that requires investigation...
RFC 9562 obsoletes RFC 4122. https://datatracker.ietf.org/doc/html/rfc9562#name-update-motivation
Spent some time figuring out why reviewdog, even with `-filter-mode=nofilter` ignores my suggestions: This currently not supported on github: commenting on unchanged lines: https://github.com/orgs/community/discussions/4452 commenting on unchanged files: https://github.com/orgs/community/discussions/9099