Eduardo Solis

Results 10 comments of Eduardo Solis

Sorry for the delay, in the following weeks and I can try a prototype so that we can discuss with code... My idea was to use the built in plugin...

@jamesward Just FYI, getting the same problem using the gradle proto plugin ``` protobuf { protoc { artifact = "com.google.protobuf:protoc:3.6.1" } plugins { id("grpc") { artifact = "io.grpc:protoc-gen-grpc-java:1.32.1" } id("grpckt")...

@jamesward thank you that was it! sorry! 0.8.9 is what I was using but bumping it up to 0.8.14 worked

I am in the same boat, it would be nice to have tags specially with go modules now... even if this project is to be deprecated in lieu of opentelemetry...

@dmarkham any potential update on this one?

Hey @rodaine not sure if you are the right person to look at this but this bug is pretty severe. The generated go code is unusable. I think the culprit...

@rodaine @keith @rmichela sorry for just randomly pinging you on this issue!! It honestly is pretty bad since the code that gets generated is unusable... I sent a PR last...

Hey @ElliotMJackson thank you so much for starting work on this one!! I see that the PRs are getting closed, do you happen to have an ETA on when this...

@ElliotMJackson thank you!!! Happy to help if I can!

Thanks James! That worked... in 0.4 it was a little bit simpler... It does make sense to chunk the content when the payload comes from an observable but, would there...