-
I can't compile:
My environment is Maven3.6 + scala2.12.8 + java1.8
For example, I have a class like this:
`case class AreaModel(code: String, name: String, level: String, parent: String, code_shor…
-
Contents of the nested JObject spill over into top level as a result of filtering. An illustration: https://gist.github.com/divijan/79d96b8fdc1848a66a36
-
https://github.com/Sciss/UnidocCrossProblem
```
val audioFileURI = uri("https://github.com/Sciss/AudioFile.git#v2.3.1")
val lAudioFile = ProjectRef(audioFileURI, "rootJVM")
val root = projec…
Sciss updated
3 years ago
-
**Type of issue**: bug report | feature request
**Impact**: no functional change
**Development Phase**: request
**Please tell us about your environment:** Chisel 3.1
**What is the use …
-
When I try to involve the L2 regularization parameter into the xgboostregressor by specifying the lambda_ parameter, an error occurred indicating that "TypeError: setParams() got an unexpected keyword…
-
This came from a discussion on Gitter:
"""
I am going to create a ticket to investigate if we can compose hashtags when streaming, i.e.: create a stream that returns tweet about #scala OR #functi…
-
Aggregations
- [ ] Support adjacencyMatrixAgg
- [x] Support avgAgg
- [x] Support bucketSelectorPipelineAgg
- [x] Support bucketSortPipelineAgg
- [x] Support cardinalityAgg
- [ ] Support childr…
-
Hi,
We're interested in using the embedded postgres toolkit for our tests, but without JUnit. We are using ScalaTest.
It appears that the library relies heavily on the assumption of integrating …
-
Short-term improvements:
- [x] update literator and taglist plugins (unicode bugfix)
- [x] change log-level for `FIXME` tags to error and ask/stop if there are some
- [x] ask to continue after `tag…
-
```scala
import scala.collection.immutable.IntMap
object Example {
val im1 = IntMap(1->'a',2->'b')
val im2 = IntMap(1->List(1.0,2.0),2->List(3.0,4.0))
val im3 = im1.intersectionWith(im2, (x,y…