Jakub Cichy
Jakub Cichy
Create new macro in scala3 sources that will try to derive codec for "value classes" implemented as opaque types.
Serverless interpreters documentation should contain sbt tasks (ready to use for users) for automated deployment to AWS and for building Docker image from app sources. It has been done in...
Trying to derive `Show` instance from test sources for a case class with `List` field ends up in compilation error. In `tests.scala` ``` case class Attributes(a: String) case class Entry(attributes:...