He-Pin(kerr)
He-Pin(kerr)
 The current ThreadFactory in usage is `MonitorableThreadFactory` and which has no extension around the `task` being executed. I saw a memory leak of threadlocals, and I want to d...
Currently when implement a GraphStage in Java require many boilerplate code. eg:  I see there is a `SimpleLinearGraphStage` but which is `akka` private, I think it would be better...
The `StashBuffer` in Akka typed actor has some handy methods, I think it would be nice to have them on `Stash` for the classical actor too.
Motivation: Add CompletionStage
## Motivation Better understanding the internal of reactor-core. ## Desired solution Add some document of how to contribute a new stream operator, where to start, eg, how to implement a...
xxxObject { private SortedMap ackSampleConfig; } it works if the `SortedMap` is `Map`, otherwise classcastException throws.
## Compiler version 3.3.1 In pekko /Akka project ## Minimized code Sbt docs +3.3.1 TestOnly ※ActorDocSpec※ I edited this on phone , sorry ```Scala "Xxxxx test " in { new...
PS C:\Users\hepin> cs setup Checking if a JVM is installed Found a JVM installed under C:\Users\hepin\.jdks\corretto-1.8.0_382. Checking if ~\null\Coursier\data\bin is in PATH Should we add ~\null\Coursier\data\bin to your PATH? [Y/n]
Currently the coursier downloading is so slow,especially when slow network connection, would be nice for it can download things with `axel` or `aria2c` , which can do multi-threading segemented downloading.
PS C:\Users\hepin\IdeaProjects\incubator-pekko-http> sbt [info] welcome to sbt **1.9.4** (Amazon.com Inc. Java **1.8.0_382**) ``` http-core > scalafmtAll Exception in thread "coursier-pool-1-thread-2" Exception in thread "coursier-pool-1-thread-3" java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SSLContextImpl$DefaultSSLContext...