Helena Edelson
Helena Edelson
Integrate animated gifs with SBT Growl plugin https://github.com/softprops/sbt-growl-plugin
See https://github.com/akka/akka/pull/27395. Now we can enrich with any failures as well as the ones that responded.
For example, something like ```scala val management = AkkaManagement(system) // call internalStart() where appropriate private def internalStart(): Future[Done] = { import system.dispatcher management.start().map { _ => CoordinatedShutdown(system).addTask(CoordinatedShutdown.PhaseBeforeServiceUnbind, "stop-akka-http-management") { ()...
Similar to https://doc.akka.io/docs/alpakka-kafka/current/home.html#matching-kafka-versions for akka, akka-http, akka management...
File 1: /paradox/index-a.md ``` @@toc { depth=2 } @@@ index * [a-topic](common/a-topic.md) ``` File 2: /paradox/typed/index-a.md ``` @@toc { depth=2 } @@@ index * [a-topic](../common/a-topic.md) ``` * If you only...
I am working with something where input values are ByteBuffers, and when I test val in: ByteBuffer val ser = in.pickle val des = ser.unpickle[ByteBuffer] I consistently get in =...
See if FastFuture could be replaced by the new Future implementation combined with using `ExecutionContext.callingThread` shown here: https://github.com/scala/scala/pull/7784/files thanks @viktorklang