-
Hi, I've found your article on Medium and I feel it's great!
I'm going through your examples to learn and practicing with grpc so I cloned your repo and run the command to generate the protobuf fil…
-
验证master分支下的java_interop项目时不断遇到问题:
1. 执行java_interop/protobuf-triple/java/java-client的run.sh报错,请教该怎么解决?
maven输出的具体错误如下,看起来可能是因为缺少jar:
`[ERROR] PROTOC FAILED: Error: Could not find or load main clas…
-
If there is an unhandled exception thrown by gapic-generator-typescript generating an API leveraging proto3_optional, the logs (at least in bazel) indicate that there was an error because the generato…
-
```
Windows has this annoying requirement that plugins be .exe's, which discourages
the use of scripting. As a work around, I propose that should the plugin's
executable name end with ".cmd" or ".ba…
-
```console
$ yq '.packages[] | select(.type = "http" and .name != null) | "\(.name) \(.repo_owner)/\(.repo_name)"' registry.yaml
1password/cli null/null
DeNA/unity-meta-check/gh-action DeNA/unity-m…
-
```
Windows has this annoying requirement that plugins be .exe's, which discourages
the use of scripting. As a work around, I propose that should the plugin's
executable name end with ".cmd" or ".ba…
-
```
Windows has this annoying requirement that plugins be .exe's, which discourages
the use of scripting. As a work around, I propose that should the plugin's
executable name end with ".cmd" or ".ba…
-
**Current Behavior (bug)**
When adding certain dependencies to the `devbox.lock` file, devbox is inconsistent about adding the `plugin_version` field depending on the current state of both the `.devb…
mdwn updated
3 months ago
-
### Describe the Bug
asdf does not pick the right version of the library listed in .tool-versions
### Steps to Reproduce
protoc version 3.17.3 is specified
```
cat .tool-versions | grep protoc
…
-
Hi all
I am trying to generate some code from my protos, currently my build.gradle look like this
```
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id …