-
Hello,
This plugin is very interesting, but I'm using playframework 2.4.11 and this is incompatible. Is there a forecast for this plugin? Or another alternative?
Thank you very much
-
Once https://github.com/playframework/playframework/issues/9447 is completed, we could have a scalafix rule do the work. Even get [`scala-steward`](https://github.com/fthomas/scala-steward/issues/149)…
-
We should have better documentation for the PID file problem in Docker. The documentation is not so clear about it.
Relates to https://github.com/playframework/playframework/issues/9487
-
https://www.playframework.com/documentation/2.6.x/Databases
-
See how to minify the javascript we use in production mode.
(see https://www.playframework.com/documentation/2.6.x/RequireJS-support for a starting point).
-
need some guide to make zio-http working with render html static page.
Like:
https://www.playframework.com/documentation/2.8.x/ScalaTemplates
What's the best practice to render html?
-
Nice work!
I added a dagger 2 proof of concept to the play examples: https://github.com/playframework/play-java-dagger2-example if you want to add that to the README :-)
-
```
It's will be greate, to have Require.js support - similar to sbt support
(http://www.playframework.com/documentation/2.2.x/RequireJS-support):
precisly support of requireJsShim is required.
```
…
-
Any plans for adding a [rfc7234](https://datatracker.ietf.org/doc/html/rfc7234) cache to sttp?
eg: https://www.playframework.com/documentation/2.8.x/WsCache
(I know this is probably not the best…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…