Andy Czerwonka

Results 28 comments of Andy Czerwonka

Works for me under IntelliJ

@janory has there been any progress on this? Shall we collaborate?

@kwehden & @viktorklang using native hstore and/or JSONB within Postgres may make sense for this use case

I **think** this is a fairly pedestrian case. I've added a Scastie if anyone want to have a look. https://scastie.scala-lang.org/andyczerwonka/NOfA4NXoTzuk5k4VQtjszA/10

If I write a transformer manually, it works. ```scala implicit lazy val aToC: Transformer[A, C] = { case A.Foo(s) => C.Foo(s) case A.Bar(kvs) => val (keys, values) = kvs.seq.unzip C.Bar(keys...

@krzemin just wondering if this issue is validated? Will this be part of an update?

@krzemin Sounds like ^^ was something you were interested in adding? Is this library not really maintained anymore?

> Hi is this project active? I’ve asked this before, there has not been much activity at all.

> adding scalafmt checks to the CI build @krzemin you can't check if a file is formatted, you can only format

@Ibrahim-Islam can we close this?