-
We have a case class with a private constructor: `case class LocalTimeInterval private (startInclusive: LocalTime, endExclusive: LocalTime)` and with a smart constructor that parses two `LocalTime`s t…
-
With a proto and a nested / internal enum where I'm trying to get rid of the enum type by mapping it to string to be `avro` compatible (since it will otherwise be recognized as a nested union, which i…
-
## Compiler version
3.4.0
## Expectation
using sbt 1.9.8 in a project of about 500 files split equally between 4 modules compilation time was 70 seconds on scala 3.3.3
scalacOptions is `-fea…
-
## Compiler version
3.3.1
## Minimized code
```Scala
//> using scala 3.3.1
//> using dep com.softwaremill.sttp.tapir::tapir-zio-http-server:1.7.3
import sttp.tapir.*
import sttp.tapir.m…
-
**Checklist**
- [x] I read the documentation at https://chimney.readthedocs.io/ and checked that the functionality exists
- [x] I verified that the behavior for my use case doesn't match the documen…
-
The following produces a different schema depending on the Scala version:
```scala
@GQLName("PrefixOperator")
sealed trait Operator
object Operator {
@GQLName("PrefixOperatorGreaterThan")
ca…
-
Hi,
When trying to update magnolia to 1.1.4 in diffx I got the following error:
```
[info] compiling 9 Scala sources to /home/runner/work/diffx/diffx/core/target/js-3/test-classes ...
[error] -…
-
Consider a snippet:
```scala
object InterfaceDescriptionApp extends ZIOAppDefault {
@GQLInterface
sealed trait Pet { @GQLDescription("pet name") def name: String }
case class Cat(@GQLDescri…
-
Scala: v2.13.12
Caliban: v2.3.1
Consider a simple schema with recursive types:
```scala
import caliban.schema._
import zio.query._
case class IdArg(Id: Int)
object IdArg {
implicit val…
-
In short, the current DynamoDB streaming support in this project is based on the V1 SDK. Unless a replacement is written, the existence of this support making upgrading dependencies in this project d…