-
Right now it is not possible to add descriptions to individual fields of JSON body responses.
To us that would be highly desirable as it would allow us to explain to the reader the meaning of the fi…
-
Right now the scala-lang badge in README points to `0.10.1-jto` which is monkey-patched by @jto.
https://index.scala-lang.org/propensive/magnolia/magnolia/0.10.1-jto?target=_2.12
Is it possible to…
-
I have opened this issue to collect ideas and requirements how we want to evolve the typeclass derivation framework in https://dotty.epfl.ch/docs/reference/contextual/derivation.html. The goal is to c…
-
We have an ADT like this, for which we have written the codec only for the base type and it compiles successfully.
```scala
sealed trait A
case class B(a: Int) extends A
case class C(a: Int) ex…
-
Looks like @joroKr21's stack reworking introduced something, which appears to affect only Scala 2.11, and currently stops four tests from compiling... I've seen error messages suggestion something rel…
-
Hi,
First of all many thanks for building and maintaining a library that makes my life easier :-)
I was wondering how you tackle the challenge where you need to add a new (optional) field with a…
-
I'm using value classes to have a type-safe representation of e.g. IDs.
For example, I have this case class:
`case class UserId(value: String) extends AnyVal`
With the help of `io.circe.gener…
-
Similarly to circe, schema derivation (which uses magnolia) should be configurable to generate camelCase or snake_case field names.
adamw updated
5 years ago
-
## Tentative plan:
- [x] Implement magnolia based coder derivation in a separate namespace
- [x] Provide implicits for built-in Beam coders
- [x] Implement implicit coders for common Scala and othe…
-
My use case is object mapping to and from case classes to `Map`-like structures such as Jackson's
[ObjectNode](https://fasterxml.github.io/jackson-databind/javadoc/2.5/com/fasterxml/jackson/databin…