Alex Dubov

Results 97 comments of Alex Dubov

https://github.com/grpc/grpc-go/blob/f2d3e11f3057cc8b4935fc342446ae8372de33d3/cmd/protoc-gen-go-grpc/grpc.go#L136 Seems like the actual plugin was always working like described, but packages were still compiling.

This here is actually an important concern. In the "Workspace" days we would rely on gazelle to import dependencies referenced by go.mod and then build targets or reference bazel macros...

https://github.com/oakad/gazelle_issue_2022_main I have created a simple repro. Within that repo, I expect: > bazel run cmd Should "just work". > bazel run :remote_cmd Should "just work". Also, if "github.com/oakad/gazelle_issue_2022_dep" was...

@fmeum Yep, it appears to work. Thank you for the suggestion.

The behavior is documented elsewhere, but not mentioned in RDS docs; in fact, even support people are not aware of it. Support was under the impression that the RDS auth...

Re priory: I think it's a sufficiently important issue to rectify. If it will help, we can ping our TAM.

Smithy error type is not helpful if we need to distinguish between failure types (403 vs 404) and such. The only option right now is to cast to `http.ResponseError` and...

I, personally, am on 9.0.109 and wasm-tools are still broken for me. In fact, I don't recollect I've ever seen a working wasm-tools install on macos/homebrew. Which is a pity.

> hooks are not depend on each other usually My experience speaks to the contrary. It is usually an expectation that if provider depends on some objects, start hooks for...