-
Currently
`repeated google.protobuf.StringValue optional_strings = 1;`
is compiled into
`optionalStrings: Seq[String] = Seq.empty`
which, I believe, is incorrect and should be
`optionalStrings: S…
-
`https://scalapb.github.io/grpc.html` links to `https://github.com/xuwei-k/grpc-scala-sample/tree/master/grpc-scala/src/main/scala/io/grpc/examples/routeguide`
but it doesn't exist. I think it is not…
jyane updated
6 years ago
-
In the readme in:
https://github.com/gianluca-sabena/grpc-playground/blob/master/scalapb-latency/README.md
the command should be:
- Start receiver `sbt "run receiver"` to run all the main
- Star…
Wei-1 updated
6 years ago
-
All build rules should support tags: https://docs.bazel.build/versions/master/be/common-definitions.html
This would enable, e.g. disabling tests with `tags = ["manual"]`.
-
hello , I get a issue when exec "docker-compose up" on manager project, can you have a look, thanks very much
the logs as follow:
source/common/upstream/cluster_manager_impl.cc:388] add/update c…
-
Options like https://scalapb.github.io/customizations.html can be specified in the `.proto`. However, some of them aren't so much about the 'protocol', but instead configure what the generated code sh…
-
Please add ScalaPB to https://github.com/google/protobuf/wiki/Third-Party-Add-ons
ScalaPB is a new Scala integration for Protocol Buffers.
Line to add:
Scala: http://trueaccord.github.io/ScalaPB/
-
Is there any way to add custom annotations to the generated java classes (class level or field level)?
It is supported by **scalapb** and how can I do that in protoc?
do I need to write my onw gener…
-
Hello there! :wave: :smile:
I had the branch `pretty_spec` to be equal to `dev`, because I notoriously create branches after creating their commits off the previous branch I were at (:joy:).
`p…
-
![Imgur](https://i.imgur.com/aOxjoPf.png)
I notice that there is no logo for ScalaPB.
So I draw this with Paint.
Wei-1 updated
6 years ago