Filippo Mariotti
Filippo Mariotti
There are use cases when the generation of the `Coercible` instances is not required. One example might be when using `@newtype` annotation in the internal implementation of a library without...
I notice that the link below to one of our libraries https://index.scala-lang.org/laserdisc-io/laserdisc/laserdisc-fs2 doesn't select the latest available version for it while a similar one linked by https://index.scala-lang.org/laserdisc-io/laserdisc/laserdisc-core correctly selects the...
Following the readme I'm trying to change the type generated for `enum` but I cannot make it work. When I add this ```scala avroScalaSpecificCustomTypes in Compile := { SpecificRecord.defaultTypes.copy( enum...
At the moment when generating a `record` (I use a SpecificRecord but I guess is the same for the others) also the companion object of the case class is (correctly)...