-
Here's a self-contained example that shows the incorrect behavior:
```scala
import scala.collection.mutable
import scala.collection.immutable.SortedSet
import scala.util.Random
class Bug(m: m…
-
See lampepfl/dotty#818
-
Traditionally the way ORMs have supported joins over external data is the use of the SQL `IN` keyword, i.e.
``` sql
select * from "foo" where "bar" IN ( /* list of values */ );
```
This is equivalen…
-
https://github.com/scala/docs.scala-lang/blob/main/_overviews/scala3-book/taste-collections.md
I just intuitively tried if tuple `apply` works with static indices, and it does, which is very cool. …
Sciss updated
3 years ago
-
_From @fdietze on November 10, 2011 16:21_
It seems like there is no optimization for the parallelized collections in Scala.
This is optimized:
(0 until 1000).map
While this is not:
(0 until 1000).…
-
Hi,
Your co-author, Xinda Wang, recommended me to run GraphSPD using this repository.
I attempted to generate the training data using the 10 test samples you provided. After carefully following…
-
There is a version of a program that is pointing to a bad question. This is causing the API and Json Exporting to fail.
This is causing the FreshBuck API integration to fail.
```
[1;31mERROR[…
-
Per a comment on #55 we should replace the existing `build.scala` file with `build.sbt`
-
The Collection library isn't _terrible_ in my book, but it isn't quite right. It doesn't provide enough `CanBuildFrom` support as best I can tell, and I'm still using legacy stuff like `MapProxy` pres…
-
Nice to meet you,
When I discovered scala-native, I was so excited that I jumped out of my office because I loved Scala (for high-level programming) and C++ (for high-performance), and scala-native…