He-Pin(kerr)
He-Pin(kerr)
``` Collection Vector(64783600, 48535700, 60957000, 108258800, 160869000, 340000700, 670156900) elements are not increasing strictly ScalaTestFailureLocation: akka.stream.scaladsl.RetryFlowSpec at (RetryFlowSpec.scala:294) org.scalatest.exceptions.TestFailedException: Collection Vector(64783600, 48535700, 60957000, 108258800, 160869000, 340000700, 670156900) elements are not...
References https://github.com/akka/akka/issues/19752
```java final protected def emitMultiple[T](out: Outlet[T], elems: java.lang.Iterable[T], andThen: () => Unit): Unit ``` Add this for Java API?
refs: https://discourse.llvm.org/t/llvm-15-0-0-release/65099
## Compiler version 3.1.2 Rrror: https://github.com/akka/akka/runs/8294129202?check_suite_focus=true From: https://github.com/akka/akka/pull/31345 ## Minimized code Sorry I have not minimized it :( ```Scala def combine[T, U, M]( sources: java.util.List[_ other } else immutable.Seq() import...
Scala 3.2.0 in REPL  with input: `va c:Long = 1` Expection: Is there any chance that reminds me there should be a `val`?
## steps ## problem 1.7.1 with : https://github.com/akka/akka/pull/31579 It's github workflow is using `+~ 3 ` now. with ```scala val allScalaVersions = Seq(scala213Version, scala212Version, scala31Version, scala32Version) ``` I want to...
```scala def mapAccumulate[S, O2](init: S)(f: (S, O) => (S, O2)): Stream[F, (S, O2)] ``` to ```scala def mapAccumulate[S, O2](init: => S)(f: (S, O) => (S, O2)): Stream[F, (S, O2)] ```...
References https://github.com/akka/akka/issues/19752
Currently there is only `ExecutionContextExecutor` which does this, but when a method accepts `ExecutionContext`, then it's not that easy to use it in Java, because In Java, we usually use...