Georgi Krastev
Georgi Krastev
fixes #8855 /claim #8855 - generate a single trace at the top of the block - cache the empty layer - apply vertical composition by value - keep horizontal composition...
Currently oneof fields are generated as sealed traits with every variant resulting in two methods to the trait: - `isFoo: Boolean` - `foo: Option[Foo]` Because it's a trait, the methods...
Some macro features in Scala 3 are still experimental. It would be great to have the annotation in Scala 2 as well so we can cross-compile.
It uses an unbounded queue: https://github.com/scalapb/zio-grpc/blob/def8d5d99b51330627d7b0b4f84b887de5b03034/core/src/main/scalajvm/scalapb/zio_grpc/client/StreamingClientCallListener.scala#L51 But there is no external backpressure mechanism, we request the next message as soon as we receive one: https://github.com/scalapb/zio-grpc/blob/def8d5d99b51330627d7b0b4f84b887de5b03034/core/src/main/scalajvm/scalapb/zio_grpc/client/StreamingClientCallListener.scala#L27 In addition, it would be...
Based on #331 Closes #574
Cross-platform dependencies should be added with `%%%`
Followup to #221