Piotr Krzemiński
Results
43
comments of
Piotr Krzemiński
Closing due to inactivity.
In Scala you can apply renaming locally in your code-base already, without waiting for a proper release/fix in the library. Just do: ```scala import io.scalaland.chimney.partial.{Result => TransformResult} ``` Long term...
There's also Swift one: https://github.com/wickwirew/Converter