-
Not sure how to fix this, but its worth spinning this issue out of #8876, which was about use cases.
```scala
Full Signature
def map[B, That](f: ((A, B)) ⇒ B)(implicit bf: CanBuildFrom[Map[A, B]…
-
Explicitly `cede`-ing between expensive compute-bound operations is one of the strategies for addressing CPU-starvation and is suggested in the warning.
https://github.com/typelevel/cats-effect/blo…
-
This would be fun / maybe useful to people.
ALS has a couple embarrassingly parallel stages. But getting good performance in a distributed setting requires some very careful bookkeeping about which…
-
It would be great to select which version of Scala should be used when using the `scalac` and `scala` commands. At the moment when using Coursier, the version of Scala being used when running the abo…
-
I just cloned the kafka-manager and started to build. While packaing I got this error.
Is it something wrong
[info] LESS compiling on 1 source(s)
[info] Compiling 122 Scala sources and 2 Jav…
-
The website only has Scala Doc for version `0.6 (stable)` and `0.7 (snapshot)` releases. However, it is my understanding that version `0.8.1` has been released.
In addition the examples on the home p…
-
### Initial thoughts:
#### Handling UDP
Akka has nice [UDP support](http://doc.akka.io/docs/akka/2.3.2/java/io.html) and is accessible from Java or Scala.
Implementing with Akka Actors is attracti…
-
https://github.com/alexandru/scala-best-practices/blob/master/sections/3-architecture.md#34-should-be-mindful-of-the-garbage-collector
```
someCollection
.filter(Set(a,b,c).contains)
.map(_.name)
`…
-
Hello,
I've got this PR on the `cats-effect` project, trying to enable the `sbt-unidoc` plugin: https://github.com/typelevel/cats-effect/pull/29
Unfortunately `unidoc` fails:
```
> unidoc
[…
-
Hi Justin,
Please add Scaladoc documentation to the public methods, classes, objects, and traits in the 3.1.x branch for the ScalaTest Generator and the other files in this dir:
https://github.c…