Robbert van Ginkel
Robbert van Ginkel
_First, I'm not sure if I should file this on rules_go, bazel-gazelle or golang. Please let me know if there's a better forum._ The experience of building go code with...
I generated a simple ios project with tulsi. I have a single `main.swift` file, and put a breakpoint in it. The debugger doesn't stop on this breakpoint, but the debugger...
*Requested feature* Mockgen supports creating `github.com/golang/mock/mockgen/model.Interface` models from `reflect.Type` data using https://github.com/golang/mock/blob/6d816de489c18a7e9a8fbd2aa5bb2dd75f2bbc86/mockgen/model/model.go#L295 But there is no analogue for creating `model.Interface`'s for mock generation from `go/types.Type` data. *Why the feature is...
After https://github.com/yarpc/yarpc-go/pull/1449, `protoc-gen-yarpc-go` always generates code for `go.uber.org/fx`. We should make the fx code generation optional to not force a dependency on fx when using yarpc. Either through an opt...
`protoc-gen-go` supports having import paths in the `go_package`, which influences what directory the generated code is outputted to. See https://github.com/golang/protobuf/issues/139 for more details. The `protoc-gen-yarpc-go` plugin currently does not support...
**Is your feature request related to a problem? Please describe.** I want to use connect-es to serve a connect/grpc-web handler from a cloudflare worker, filing an issue as suggested in...
**Description** While trying to compile the same swift to wasm from both linux and macos, I noticed that some builds would fail depending on the host OS for the same...
This allows specific datatypes like Int16 to pass the check.
### Description of the problem / feature request: Expose value of [`--proto_compiler`](https://docs.bazel.build/versions/master/command-line-reference.html#flag--proto_compiler) to starlark. ### Feature requests: what underlying problem are you trying to solve with this feature? I'm trying...