-
### Describe the bug
We're using Metals in VSCode in a code base without 5k Scala files. In the past few months we've started receiving fatal errors like the following. These occur multiple times a d…
-
based on https://github.com/scalapb/ScalaPB/issues/1746 and https://github.com/apache/pekko-grpc/pull/371
One of the issues in #371 is that the sbt build for plugin-tester-scala started failing. It…
-
I'm having an issue with getting Pekko gRPC to work with ScalaPB 1.0.0.alpha1.
The generated class at bottom of description has `_root_.scala.Option` in most places but has plain `Option` in 2 places…
-
Adding a recursive field to a proto breaks things, see https://github.com/drewrobb/sparksql-scalapb-test/commit/4cfc436c5a3a9f75d4218a0695ff7e9c2b8300e3 for a reproduction. I'm happy to help address t…
-
Hi! I made some updates in my project from **Spark 3.4.1** to **Spark 3.5.0** and updated the scalapb dependency from **sparksql34-scalapb0_11** to **sparksql35-scalapb0_11**. After this upgrade, I fa…
-
**Feature description:**
Update https://github.com/scalapb/common-protos to include the `protovalidate` protos, not (only) the `protoc-gen-validate` protos.
**Problem it solves or use case:**
…
-
Nice **sbt** sample, expecially ScalaPB usage in multi-module projects.
https://github.com/RustedBones/akka-http-scalapb/blob/master/build.sbt
-
Just ran into https://github.com/grpc/grpc-java/issues/11284 today because I had some other dependency along with besom that bumped netty to 4.1.111.
The error I saw was:
```
ERROR besom.internal…
-
When upgrading from 0.6.0 to 0.6.1, the server doesn't get started and it fails with this error:
```
- Top-level defect prevented test execution
Exception in thread "zio-fiber-29" zio.test.Test…
omidb updated
6 months ago
-
Code generated from a gRPC proto that does not specify `option java_multiple_files = true;` doesn't compile, when generating the gRPC Kotlin stubs. See broken example project [here](https://github.com…