-
I was asked to report https://github.com/sbt/sbt/issues/6685 here:
## problem
It seems that https://repo1.maven.org was unstable this morning and many of our sbt builds started failing with transien…
-
```scala
message EcpmA {
required string dummy = 1;
}
message EcpmR {
required string meta = 1;
repeated EcpmRequestAdvertiserMessage checks = 2 [(scalapb.field).collection_type="Array…
-
Hello. I am trying to contribute to this plugin https://github.com/scalapb/scalapb-pants and make it a little bit more IDEA friendly. Right now, it is not possible to import it in the IDEA 2020.1.3 wi…
-
### Short description
Provide an easy way to integrate scalapb-validate with an akka-grpc client or server
### Details
Following https://github.com/akka/akka-grpc/pull/1248 and https://github…
-
### Short description
It is desirable to configure [file/package scoped scalapb options](https://scalapb.github.io/customizations.html#file-level-options) in proto file.
### Details
Currently…
-
grpc-java 1.67 is due on Sept 17.
https://github.com/grpc/grpc-java/issues/11015#issuecomment-2326633165
We are looking at the v1.1.0 release of pekko-grpc soon but it may be worthwhile delaying…
-
Now it is impossible to add some custom scala sources into scalapb library. So i could not do something like this:
```scala
trait TagRecordCompanionTrait {
implicit val ordering: Ordering[TagRe…
-
We are trying to use `monix-redis` version 0.6.0-RC-1 in our project, but at the same time, our project is dependent on `scalapb-runtime` version 0.9.4 which is binary incompatible with `scalapb-runt…
-
Hi again,
I wanna use Primitive wrappers, but i can't get it working. Compiler says that the import was not found or had errors. I'm using gradle to build the protobuf-messages.
build.gradle:
```
…
qux42 updated
8 years ago
-
Google's new protobuf version supports canonical encoding in json.
https://developers.google.com/protocol-buffers/docs/proto3#json
Can we support that here or would we make it a separate project? I t…