Matthias Kurz

Results 1121 comments of Matthias Kurz

- https://github.com/scala-js/scala-js/issues/5036

To be honest this play-java-angular-seed repo is pretty much unmaintained. It was moved to the playframework organization with some other seed project's which someone else maintains. If you want to...

The `@(....)(using some_name: some_type)` syntax is currently just not support by twirl - the parser does not understand the `using` keyword yet.. Are you keen to provide a PR for...

Released: - https://github.com/playframework/twirl/releases/tag/2.0.9 - https://github.com/playframework/twirl/releases/tag/1.6.10

``` ... [error] -- [E172] Type Error: /home/runner/work/playframework/playframework/web/play-openid/src/test/scala/play/api/libs/openid/OpenIDSpec.scala:146:51 [error] 146 | verify(ws.request).post(argument.capture())(any[BodyWritable[Params]]) [error] | ^ [error] |Cannot find an instance of Map[String, Seq[String]] to WSBody. Define a BodyWritable[Map[String, Seq[String]]] or...

All tests and scripted tests pass with 3.7.2-RC1

Is this what you are looking for: - Scala: https://www.playframework.com/documentation/3.0.x/ScalaWS#Request-with-authentication - Java: https://www.playframework.com/documentation/3.0.x/ScalaWS#Request-with-authentication ?