Adam Ohren
Adam Ohren
Some consumers of Node.js GAPICs prefer snake_case rather than camelCase in the developer surface (e.g., https://github.com/Opteo/google-ads-node). To support this, they're employing a custom fork of [gax-nodejs](https://github.com/googleapis/gax-nodejs) to modify the casing....
Attempting to invoke the Bazel rules for GAPIC generation fails on MacOS. Looks like [`csharp_compiler_repo.bzl`](https://github.com/googleapis/gapic-generator-csharp/blob/aa4ed5afbcf2f7557419614596edc0e0a6d0f663/rules_csharp_gapic/csharp_compiler_repo.bzl#L17) is hardcoded to fetch the Linux x64 version of the dotnet compiler, which obviously won't...