Piotr Krzemiński

Results 43 comments of Piotr Krzemiński

This feature is on the way.

That's too much work for 0.2.3, need to postpone it.

`sudo apt-get install libmediainfo-dev`

The proposal seems reasonable, but it cannot be implemented in a sensible way until serious code cleanup will take place. Afterwards enhancement #35 would be probably easy to do so.

If all of your sources are under single elm project (`elm-package.json` or `elm.json`), it's relatively easy to do so. ```scala lazy val `frontend-app1` = project.in(file(".elm/app1")) .enablePlugins(SbtWeb, SbtElm) .settings( name :=...

Thank you @plaflamme for your contribution 🙏 Followed up in #261, made sure it also works fine with partial transformers. I resolved the scalac error by just moving the type...

Found the root cause, there is already a PR that fixes this issue: https://github.com/scalalandio/chimney/pull/261 It will be included in the next bugfix release.

Closing, as lifted transformers are deprecated.

Since 0.7.0 default values processing requires explicit enabling, so it should minimize the consequences in many codebases. But your point is valid and we may still want to be a...

@andyczerwonka thank you for reproduction example :pray: It was resolved in #261