Ondra Pelech
Ondra Pelech
Unfortunately, `jib-plugins-common` is not published :( https://github.com/GoogleContainerTools/jib/issues/3578
For usage with `NewtypeWrapped`. That's just a wrapper, so there's no validation that could fail. Than you can coerce all typeclass implementations for `A` into `NewtypeWrapped[A]`. This is how we...
What do you think @alexandru , is this a sensible approach?
Before we did it like this ```scala implicit class CoerceFOps[F[_], A](private val self: F[A]) extends AnyVal { def coerce[B
Hello @alexandru , have you had a chance to consider this PR for merging? 😺
Spark 4.0.0 has been announced https://spark.apache.org/news/spark-4-0-0-released.html Does that mean this PR can move forward? It would be great to see to move ever closer to Scala 3. @joan38 you're the...
/cc @grzegorz-bielski
:scream_cat: That would be very unfortunate... The current situation isn't great. Being able to work with default parameters is very important. And doing that requires jumping through unnecessarily large number...
But the ultimate goal, of course, should be to make `derives ConfigReader` work with default parameter values out of the box, without any magic imports.
> The default `derives` implementation should be able to handle default values out of the box :100: > just a question of moving relevant bits to `pureconfig-core` Of course, that...