-
Example:
```
case class Record(x: String, y: Option[Inner])
case class Inner(f: URI)
ExampleConverter[Record]
```
```
[error] /Users/amartin/repos/tfexample-derive/core/src/test/scala/com/s…
-
https://github.com/spotify/scio/blob/master/build.sbt#L110
Scio master (since `0.8.0-beta1`) has switched to latest magnolia (`0.12.0`) for Scala 2.13 while pinging my fork `0.10.1-jto` for Scala 2…
-
A few other things I discovered and that you might want to mention somewhere: Scala 3 typeclass derivation doesn't support a few things that Magnolia supported with Scala 2:
- value classes
- nested…
-
I should have opened an issue about this originally instead of discussing it immediately in a proposed implementation (https://github.com/softwaremill/magnolia/pull/270) so I wanted to move it here no…
vigoo updated
3 years ago
-
Build generic derivation / type directed metaprogramming construction of UIs. So give, for example, a case class we can automatically construct a UI that renders it, and a form that fills it in.
It w…
-
We should support Scala 3 with the same API as Scala 2. This way users can easily transition from Scala 2 to Scala 3 without having to change any of their ZIO JSON code.
There are several steps to …
-
Hi @ChocPanda,
Personally I have been using [https://github.com/spotify/magnolify](https://github.com/spotify/magnolify)'s scalacheck module for a while instead of this project. They have both Arbi…
-
Currently using `zio.config.magnolia.descriptor` will automatically derive implicit Descriptors for an arbitrarily deep hierarchy.
This can often be unexpected and I would prefer to have semiautomati…
-
I'm not sure why this is happening since they ought to be `CallByNeed` but it looks as though type classes are being summoned for case class parameters even if they are not used:
```
import magnol…
-
Rather than use Magnolia or custom macros, we can switch to ZIO Schema, which will soon feature derivation for Scala 2.x and Scala 3.x, which also supports annotations.
Once we have ZIO schema, we …