Timothy McCarthy
Timothy McCarthy
This PR adds `Codec.instance`, which resolves a `Codec` where there is an `Encoder` and a `Decoder` in scope. I do not believe there was a way to do this previously...
https://github.com/monix/monix-bio
Existing support doesn't work for IntelliJ Ultimate with settings repository.
## Overview I'm proposing that [`getMessage`](https://github.com/circe/circe/blob/5555aa73b4c537e518ee1423203df2377727073f/modules/core/shared/src/main/scala/io/circe/Error.scala#L49) in `DecodingFailure` be changed to use the [`showDecodingFailure`](https://github.com/circe/circe/blob/5555aa73b4c537e518ee1423203df2377727073f/modules/core/shared/src/main/scala/io/circe/Error.scala#L95) implementation so as to improve the readability of stacktraces generated by decoding failures. If this change...