Helena Edelson

Results 11 issues of 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.

1 - triaged

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") { ()...

1 - triaged

Similar to https://doc.akka.io/docs/alpakka-kafka/current/home.html#matching-kafka-versions for akka, akka-http, akka management...

1 - triaged
t:docs

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 =...

enhancement

I'd like to write this :)

topic:nosql
improvement

1 - triaged
t:build
help wanted
t:codeDiscipline

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

1 - triaged
nice-to-have (low-prio)
t:core