Helena Edelson
Helena Edelson
@dragos @hseeberger I ran into this as well running `sbt headerCreate`, and fixed it by adding `licenses += (...)` to my root project in a multi-module. The issue was raised...
I suggest not raising an exception in de.heikoseeberger.sbtheader.HeaderPlugin if the plugin is added to an SBT project but not explicitly added to a particular module. For example, requiring sbt.Keys.licenses in...
Perhaps we need to add an Akka 2.6 milestone to tag a few issues to?
See https://github.com/akka/akka/pull/28645 for https://github.com/akka/akka/issues/27406 as well as https://github.com/akka/akka/pull/27395
Also check out https://developer.lightbend.com/docs/lightbend-platform/introduction/getting-help/build-dependencies.html#_akka
It could be configurable - enable/disable with `off` by default.
Let's raise an error if we can't have 🍰 and the entry in > 1 index too.
@phaller thanks for your feedback. This is for usage (if this works) for a custom Akka Serializer using pickling, and their trait requires the to/from Array[Byte] for remote send/receive. So...
Always throwing a java.nio.BufferUnderflowException. I'd done my work based off that test code in bytebuffers.scala, so nothing different there but still looking..