-
I try to make a slick mapping table of a case class that has more than 22 fields. There should be no such limitation in Scala 3 anymore , but looks like it is still present
```
class BigTable(tag: T…
-
## Compiler version
v3.6.2-RC1
## Minimized code
```scala
trait Ctx
class Foo extends Selectable:
type Fields = (bar: Int, baz: Int)
def selectDynamic(fieldName: String)(using Ctx): A…
-
## Compiler version
3.5.2
## Minimized code
```Scala
trait TypeBound {
type Min
type Max >: Min
}
object TypeBound {
type Pinpoint = TypeBound { type Max = Min }
}
obj…
-
## Context
We use Anorm with PekkoStream (previously AkkaStream) in a Play Framework application. Our usage is pretty standard with the exception that the requests we do with Anorm are to a database …
-
**Describe the bug**
A clear and concise description of what the bug is.
I cant `git clone` because some filenames are too long for Windows.
```
PS C:\Users\mcmco\OneDrive\Área de Trabalho\bos…
-
##### Brief description of problem/feature
I know that @yeisenberg was trying to look at the Mendota admin page earlier today. He said that he got it to load once, surprisingly! But that it failed la…
-
**Describe the problem you faced**
Record lookup in a table with record level index results in `None.get` exception.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a table wi…
-
**Version**
0.1.26, but this piece of code hasn't been touched on since.
**Description**
When trying to use `mill-native-image-upload`'s `Upload.upload` API to upload artifacts to a GitHub tag, t…
-
Now that scala 3 is officially live, how difficult would it be to add support for it in bazel?
If it's just a matter of adding a custom toolchain, a bit of documentation would help (I tried to do i…
-
ActorGroupMetricsSpec and ActorSystemMetricsSpec have some checks disabled when Scala 3 is used - long been the case
Also since Pekko 1.1, some ActorGroupMetricsSpec checks have had to be disabled …