Felipe Bonezi
Felipe Bonezi
Signed-off-by: Felipe Bonezi # Pull Request Checklist * [x] Have you read [How to write the perfect pull request](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)? * [x] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [x]...
# Pull Request Checklist * [x] Have you read [How to write the perfect pull request](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)? * [x] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [x] Have you signed...
Signed-off-by: Felipe Bonezi # Pull Request Checklist * [x] Have you read [How to write the perfect pull request](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)? * [x] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [x]...
In JDK8 you can use `CompletionStage` to work on other non-blocking threads - like in Play! Framework. It will be very good to implement this functionality to help with unit...
The current SBT version is 1.1.0. It could be better to upgrade to get all improvements to the project. What do you think? I could provide a PR to upgrade...
I was reviewing the project and realized that we're using all Play modules defined into [project/plugin.sbt](https://github.com/innoveit/play2-pdf/blob/master/module/project/plugins.sbt). We could improve our dependency to Play only using the exact module that we...
We need to improve our code validation using GHA to check, validate, test, and build our project before any new PR is merged into the `master` branch. I have a...
### Play Version 2.8.18 ### API ### Operating System MacOS ### JDK Corretto 11.0.17 ### Expected Behavior 1. Define a router file using other routes file such as `api.routes`. 2....
### Steps to reproduce 1. Install `flutter` using `git`. 2. Use the `3.16` stable version. 3. Go to your Flutter project. 4. Run `flutter build`. ### Expected results Inform to...