-
Hi everyone,
We have a project that contains a lot of SQL queries written with Quill, and we see our compilation time increase significantly.
Is there any tip on optimising the compilation time in…
-
When I try to run the above command, it says
```
This version of C:\Users\HarryXi\AppData\Local\Coursier\data\bin\.sbt.aux.exe is not compatible with the version of Windows you are running. Please c…
-
Sometimes we do
```scala
import cats.syntax.all.*
```
and sometimes we
```scala
import cats.syntax.all._
```
Let's choose one and stick with it.
Can we enforce this with a scalafmt rule?
…
-
Dotty [community build](https://github.com/lampepfl/dotty/tree/master/community-build/community-projects/) lists [`upickle @ dd80d6b`](https://github.com/dotty-staging/upickle/tree/dd80d6bffa9e86de866…
-
https://stackoverflow.com/questions/72490918/scala-jsonscalaenumeration-for-collection
-
Now that bintray is gone it seems that nightly are no longer published anywhere. I would greatly appreciate it if this could be restored since it makes bisecting regressions in sbt immensely easier. I…
-
I have a code block that creates an error, but the long length of the error is a bit distracting.
Is there a way to tell `mdoc` to clip the error message to the first `n` lines, or just tell it to ha…
-
Scala 3.x is backward compatible, but not forward compatible. For example, this means that a library built with 3.0.2 can be consumed by a library built with 3.1.0, but NOT the other way around (See h…
-
## Compiler version
`3.4.2`
## Minimized code
```Scala
inline def mySummonfrom: Option[DummyImplicit] = ${ mySummonfromImpl }
private def mySummonfromImpl(using Quotes): Expr[Option[Dummy…
-
![scala1](https://user-images.githubusercontent.com/29932053/32453501-5c6ad18a-c2ea-11e7-9a2d-8905769fe361.png)