Yannick Heiber
Yannick Heiber
Allows to have boilerplate for deriving type classes from a reprentation type instance generated by the macro itself so that in many cases users can avoid writing a companion object...
Filter labels Scala Steward adds to PRs it creates by a regex to avoid visual clutter or conflicts with existing label conventions. Follows up on discussion that happened in #2523.
Odin now has a Scala 3-compatible release 0.12, so it can be re-added to natchez. Code needed one little adjustment only, due to Scala 3's tuples having a "map" method.
Glad to see the Scala Steward PRs for 0.14! Noticed one small issue though, the imports sometimes get messed up with `trace4cats` being concatenated several times: Of course users can...
Allows to map nested case class structures from and to flat CSV. See included docs for more info. Fixes #45.
For Scala Steward to pick up the migrations automatically, we need to add them to a list in the Steward repo – should do that together with the final 1.0...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
First of all, very cool that enumeratum made it to Scala 3, thank you to all people involved! A coworker of mine found an issue though that seems worth fixing...
Hey @sergeykolbasov & @Doikor, while being a happy user of odin, I noticed that seems unmaintained for quite a while now, piling up Scala Steward PRs as well as legitimate...
The roundtrip tests in http4s-fs2-data are flaky, they sometimes fail on escaped entities: https://github.com/http4s/http4s-fs2-data/actions/runs/5514890884/job/14930647806?pr=97 (only `&`) and https://github.com/http4s/http4s-fs2-data/actions/runs/5481925805/job/14845710701 (combined with a `lt`). It's not yet clear whether the input is...