-
The `Symbol` syntax sugar `'name` was deprecated in Scala 2.13 so requiring users to write `Symbol("name")` is more inconvenient than just letting them use a `String`.
From https://github.com/playf…
-
Hi,
since the changes in this release: https://github.com/webjars/webjars-play/pull/71 ,
If I create a play 2.6.x project (where I inject components in the template and inject the template at the …
-
```
FROM base:1.0.0
RUN rm -rf /path/to/wildcard/*
RUN stuff && things
```
```
FROM base:1.0.0
RUN rm -rf /path/to/something
RUN stuff && things
```
In the first case everything …
-
The AkkaHttp backend for Akka gRPC should support all the valid 404 behaviors.
In interop tests there are different behaviors when the requests produce a 404 because of an `unimplemented_service`:
…
-
Is it possible to use Kotlin with Play?
-
### Play Version (2.5.4 / 2.4.3 / 2.4.6 - not tested on other versions) - scala
### Operating System (MacOS 10.10 - and probably all other OS's)
### JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
``…
-
In my app I have pages that use BigPipe and pages that don't.
I don't want to duplicate basic template tag in both format. e.g. analytics.scala.stream / analytics.scala.html or footer.scala.stream /…
Driox updated
9 years ago
-
-
On https://www.playframework.com/documentation/2.3.6/ScalaCustomTemplateFormat
the documentation is fairly inaccurate in respect to the code examples
- BufferedContent has a different constructor
- th…
-
I noticed that CARML supports [streams](https://github.com/carml/carml#input-stream-extension) like `stdin` which is very useful because no fixed file name ends up in the mapping.
Will there also b…