Cédric Chantepie
Cédric Chantepie
As the TypeScript types are generated, you can generate declarations from there using `tsc`: https://www.typescriptlang.org/tsconfig/#declaration
Either Akka or Pekko, if you needs execution of blocking function to be isolated, needs to use a separe dispatcher (not the main Play one).
As a client of the Akka or Pekko, you provide a Materializer, based on a dispatcher, which must but isolated.
Drop 2.12 mostly prevent Spark compatibility. Even if Spark is compatible 2.13, most deployment, for example Databricks, are by default 2.12 and sometimes only 2.12.
This rationale works both way. Considering the cross version build, the advantage of removing 2.12 is limited.
> @cchantep whenevery you have time, can you take a look at the error when docs get compiled with Scala 3? > > ``` > [error] -- Error: /home/runner/work/anorm/anorm/docs/manual/working/scalaGuide/main/sql/code/MacroToParameters.scala:60:28 >...
Still needed
There is no play-json 2.9.x for Scala 3 : https://central.sonatype.com/artifact/com.typesafe.play/play-json_3.
Previous version was not using play scala 3 but 2.13 with compat. That's no longer the case. As long as play itself doesn't release play-json 2.9 for Scala 3, there...