He-Pin(kerr)

Results 338 issues of He-Pin(kerr)

![image](https://github.com/akka/akka/assets/501740/10276ae5-8978-4a42-a902-86c03ac4b78a) 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: ![image](https://github.com/akka/akka/assets/501740/551df2ff-a5da-4b8e-9475-3c21220a461a) I see there is a `SimpleLinearGraphStage` but which is `akka` private, I think it would be better...

0 - new

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.

0 - new

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

type/documentation
help wanted

xxxObject { private SortedMap ackSampleConfig; } it works if the `SortedMap` is `Map`, otherwise classcastException throws.

bug

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

itype:bug
area:backend
Spree

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