-
Scala 3.2.0
There is my implicit conversion from string to QueryOps, which has `===` method that returns Query type . This works fine in Scala 2.12 and Scala 2.13. However, my `===` collides with M…
-
To build Shims against JDK 17 we need to upgrade our maven plugin to circumvent the problem of relying on Java 8 runtime but when we do that the Cloudera shims fail compilation with the following erro…
-
@lihaoyi reported a ~27s loading delay in Singapore.
-
In trying to answer a question for someone, I was looking for docs on how to access the configuration, and correct me if I'm wrong, but I can't find anywhere in the Play docs that put it simply that y…
-
I've found that a constant source of performance issues is the lack of this method in the Map trait:
```scala
trait Map[K, V] {
def mapEntries[V2](f: (K, V) => V2): Map[K, V2]
}
```
Ultimately…
-
(Email from huynhjl@gmail.com to scala-user.)
[paulp says: I think this would be hard to change. What about a new method like setOutGlobally?]
I've noticed that Console.setOut behaves different…
-
### Queries
- [x] `fuzzyQuery`
- [ ] `geoBoundingBoxQuery`
- [x] `geoDistanceQuery`
- [x] `geoPolygonQuery`
- [ ] `geoShapeQuery`
- [x] `hasChildQuery`
- [x] `hasParentQuery`
- [x] `idsQuery…
-
**Is your feature request related to a problem? Please describe.**
I will use the doobie library for this example.
E.g. I have this file:
```scala
package example
object Foo {
def xa[F[_]…
-
When you have code that results in a structural type member, you get the below warning:
```
reflective access of structural type member method foo should be enabled
[warn] by making the implicit …
-
I recently tried running ```ScalaDocChecker``` (http://www.scalastyle.org/rules-1.0.0.html#org_scalastyle_scalariform_ScalaDocChecker) on the MXNet Scala Package.
It resulted in over 800 violatio…