-
I would expect that the flatMapMerge below behave the same as the mapAsyncUnordered:
```scala
import akka.actor.ActorSystem
import akka.stream.scaladsl.{Flow, Sink, Source}
import akka.stream.{A…
-
Similar to https://github.com/scala/bug/issues/12958 but for Scala 3 synthetic classes.
Those classes are already published for docs (examples: [AnyKind](https://www.scala-lang.org/api/3.4.1/scala/…
-
I cloned a fresh copy of NetLogo on a Windows computer and tried to run `all` from the main repo sbt, but it failed because it was unable to build the arduino extension. I saw an identical report in t…
-
Example (ZIO 2 https://scastie.scala-lang.org/ChVyZQ3NRaerWkVMjUEr3w , ZIO 1 https://scastie.scala-lang.org/31nkVCbTRtWXAfRZJ97QMQ):
```scala
import zio.{ZIO, Runtime}
@main def main = {
Run…
-
Hi,sir , after I entered the command `./gradlew :core:standalone:distDocker `, I got the following error output:
```bash
Build using Scala 2.12
> Configure project :core:scheduler
[task ':core…
-
It would be nice to have a turnkey solution for projects that wish to support versioned documentation.
## Requirements
### Table stakes
* [x] Each maintained branch gets its own set of docs
…
-
I'm trying to use concatSubstreams to collapse the results of a groupBy in order (as I can do with rxjava/reactor etc). But when I try this with akka, it hangs after outputting the first element. The …
-
# Problem
Joern does not have a fixed protocol for minor/major releases, nor is explicit on what is core/stable APIs. These issues give users who develop with Joern as an external dependency no re…
-
```scala
scala> class Y ; def y = { new Y { class Z ; def z = classOf[Z] }.z }
warning: there were 1 feature warning(s); re-run with -feature for details
java.lang.AssertionError: assertion failed: …
-
Scala.js http://www.scala-js.org/ has been very popular in Scala community. At work we are having a very large code base in both Scala (backend) and Scala.js (frontend). I am wondering if anyone has t…