-
```
Importing other proto-files with the keyword "import" should be possible.
This feature may require some changes to the compiler architecture:
* import declarations are followed by a recursive d…
-
```
Importing other proto-files with the keyword "import" should be possible.
This feature may require some changes to the compiler architecture:
* import declarations are followed by a recursive d…
-
```
Error: spawn UNKNOWN
at ChildProcess.spawn (internal/child_process.js:407:11)
at spawn (child_process.js:557:9)
at C:\Program Files\Pivo Present\resources\app.asar\node_modules\flu…
-
## steps
I'm using protobuf like this:
```scala
PB.protoSources in Compile := Seq((baseDirectory in ThisBuild).value / "proto")
watchSources ++= (PB.protoSources in Compile).value
```
then…
-
```
Importing other proto-files with the keyword "import" should be possible.
This feature may require some changes to the compiler architecture:
* import declarations are followed by a recursive d…
-
I'm trying to convert the following Json file: https://github.com/oracle/hospitality-api-docs/blob/main/rest-api-specs/property/lov.json
Using this command:
```
gnostic --grpc-out=api ../hospital…
-
```
What steps will reproduce the problem?
1. Generate C code from 2 different .proto files.
2. Include the generated files in builing the same executable file.
3. Build.
What is the expected output?…
-
```
What steps will reproduce the problem?
1. Generate C code from 2 different .proto files.
2. Include the generated files in builing the same executable file.
3. Build.
What is the expected output?…
-
There is a list of pre-commit standards I like to use for go apps. Right now its failing on my go-test hooks. @davidkonigsberg I know you do some go testing on the CSV and osmosis folder in your wor…
-
I've encountered an issue when enabling `pipelined_compilation`: if a crate doesn't build reproducibly, then the .rmeta and .rlib end up with different hashes, and you get weird errors when trying to …