Nadav Samet

Results 118 comments of Nadav Samet

@Luka-J9 is this something that can be automated?

@Luka-J9 - what is `scalapb.v1`? Let's not rename enums for making the linter happy at this time.

Thanks for reporting. I was able to reproduce the issue.

I think that ScalaPB should work with recent versions of protobuf-java (such as 3.22.x). Can you share more information about your project? Are you generating Scala and Java code? Are...

I haven't tested this specific configuration, so it may or may not work. However, generally it should be ok to use a newer protobuf-java and protoc than the one used...

@kusaeva can you provide a minimal project that demonstrates the problem? I prefer to refrain from a releasing a 0.12.0 if not necessary.

Thanks for sending this. It looks like the use of `dependencyOverrides` affects the protobuf version used at compile time (!) and I wonder if this is an sbt bug. If...

Got it. I am planning of making a release with a more recent version of protobuf. However, since the problem occurs at compile time, it looks like the generator isn't...

Have you tried compuling without pekko-grpc-sbt-plugin and enablePlugins(PekkoGrpcPlugin) ? Can you provide the entire sbt output? On Sun, Jan 21, 2024, 7:40 PM Pantakan Kanprawet ***@***.***> wrote: > addSbtPlugin("org.apache.pekko" %...

1. Can you try creating a fresh project using `sbt new scalapb/scalapb-template.g8` ? 2. Which version of Windows are you using? Anything system specific that could be causing this? In...