-
In some cases, magnolia prefers deriving the `EnumType[T]` and the `enum[T: EnumType]: Typeclass[T]` instead of picking the `gen[T]: Typeclass[T]` direct derivation or scopred implicit.
This leads to…
-
Tapir version: 1.8.2
Scala version: 2.13.11
Json4s version: 4.0.6
Hello, guys, could you please help?
I'm getting StackOverflowError when processing request body containing JSON payload wit…
-
Create table for words and nouns. Query it when generating usernames
Reference: https://stackoverflow.com/questions/8674718/best-way-to-select-random-rows-postgresql
-
## Compiler version
3.3.1
## Minimized code
`scala-cli compile --server=false test.scala`
```Scala
//> using scala 3.3.1
//> using dep dev.zio::zio-http:3.0.0-RC4
import zio.*
import…
-
## Compiler version
3.0.1
## Minimized code
```Scala
import scala.deriving.Mirror
import scala.compiletime._
trait Schema[T] {
def build: T
}
object Schema extends SchemaDerivatio…
-
## Compiler version
If you're not sure what version you're using, run `print scalaVersion` from sbt
(if you're running scalac manually, use `scalac -version` instead).
scalaVersion := "3.3.1"
…
-
## Compiler version
**3.3.1**
## Minimized code
Scala-CLI repro
```scala
//> using scala "3.3.1"
//> using lib "dev.zio::zio-http:3.0.0-RC3"
import zio.*
import zio.http.*
import java…
-
## Compiler version
scala-3.1.0-RC1-bin-20210817-f27c250-NIGHTLY (I tried to use the most recent I could find as I thought there's a chance that https://github.com/lampepfl/dotty/pull/11686 might …
-
source: in trouble-shoot branch, commit #c04748df, [these lines](https://github.com/sangwoo-sean/ductlens/commit/c04748df9c11360f7ea066764adf1c734af97889#diff-fe974339566aac68be2422b396cf7085ac727d558…
-
Tapir version: 0.16.16, 0.17.0-M1
Scala version: 2.13.1
```scala
case class Page[T](items: Seq[T])
case class Foo()
case class Bar()
case class Endpoints[T: Encoder : Decoder : Schem…