ScalaPB icon indicating copy to clipboard operation
ScalaPB copied to clipboard

Protocol buffer compiler for Scala.

Results 82 ScalaPB issues
Sort by recently updated
recently updated
newest added

Updates [com.github.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager) from 1.9.9 to 1.9.10. [GitHub Release Notes](https://github.com/sbt/sbt-native-packager/releases/tag/v1.9.10) - [Changelog](https://github.com/sbt/sbt-native-packager/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/sbt/sbt-native-packager/compare/v1.9.9...v1.9.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself....

dependency-update

Updates * [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) * [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.47.0 to 1.48.1. [GitHub Release Notes](https://github.com/grpc/grpc-java/releases/tag/v1.48.1) - [Version Diff](https://github.com/grpc/grpc-java/compare/v1.47.0...v1.48.1) I'll automatically update this PR to resolve conflicts as long as you don't...

dependency-update

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.7.0-M2 to 1.7.1. [Version Diff](https://github.com/sbt/sbt/compare/v1.7.0-M2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this...

dependency-update

Updates * [org.scala-lang:scala-compiler](https://github.com/scala/scala) * [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it...

dependency-update

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependency-update

A proof-of-concept implementation of #1373. Under construction, published as draft, beware the dragons.

This is a follow-up to #1373. Let's look on great @shipilev talk onto Strings anatomy and effect on JVM performance - https://youtu.be/YgGAUGC9ksk?t=1739 In a nutshell: So it may benefit some...

One of crucial performance bottleneck that `protobuf-java` adresses is figting with eager deserialization of complex (e.g. variable-sized) types. There are even classes like `LazyField`, that stores a `ByteString` underneath until...

I use a lot of time arithmetic in my microservice. I would like to port this implementation to ScalaPB. 8 operations are implemented. - Duration + Duration = Duration -...