-
I thought it would be nice to have an API to log intermediate pipeline data to BQ to easily query and help with debugging. It can be a separate step that user should explicitly import to use.
I hav…
-
If Magnolia is called via a chained implicit, which is itself inferred by Magnolia, the nested invocation will report some errors, even if the entire derivation succeeds. The macro needs to differenti…
-
Would be good if there are some docs on how to customize instances when derivation is involved. For example a user might try to use `ignore` on `id` field of a subclass like this:
```
sealed trait…
-
Hey :wave:,
are there specific plans/roadmap when the `1.0.0` version will be released?
Or the next milestone? The last one (M11?) is already quite old and is missing e.g. the new magnolia deri…
-
-
So I discovered one interesting moment with Validator derivation: my endpoint returns sealed trait,
and there is Validator for some fields of both coproducts if I return in my endpoints just case cl…
-
https://github.com/propensive/magnolia
-
0.12.3 (the contructEither change, https://github.com/propensive/magnolia/pull/184) seems to have broken the derivation for very long case classes (over 22 parameters).
See here for a patch that a…
-
Currently borer only implements "semi-automatic" codec derivation, which means that it can construct codecs for case classes and ADT super-types with a single `deriveCodec` line, but requires that cod…
-
I have gotten a couple of requests for support for automatically deriving generators for algebraic data types and I believe @ghostdogpr has implemented a version of this in one of his projects, so I t…