Cédric Chantepie

Results 129 comments of Cédric Chantepie

Would rather add a `CONTRIBUTING.md` as https://github.com/playframework/playframework/blob/master/CONTRIBUTING.md

Hi @hepin1989, the macro could check for direct reference to the same type (which anyway lead to issue in Scala), on the other side indirect reference using `Option` or `Traversable`...

Akka-Stream is published for Scala 3, but not Akka-HTTP, and due to inter-dependency, one cannot be `_2.13` and the other `_3`, otherwise raise class loading issue. ``` [error] org.specs2.specification.core.FatalExecution: akka.actor.ExtensionId.$init$(Lakka/actor/ExtensionId;)V...

> disable integration-tests if Scala 3 🤔 > > ```diff > diff --git a/build.sbt b/build.sbt > index ea2426a..03a2033 100644 > --- a/build.sbt > +++ b/build.sbt > @@ -393,6 +393,15 @@...

Hi, I think string formatter could be added as suggested, but keeping the current behaviour as the default one. Altering the default behaviour first need discussion. Best regards

Better to first [discuss](https://discuss.lightbend.com/c/play) it, until then this one can hardly be actionable. Best regards.

The `JsonFacade` trait (see #34 ) can be a good start point.

Is there a reproducer ?

Hi, there is no such plan (and I doubt any would be able to keep Anorm simple design with such hybrid sync/async approach).