Roman Parshikov

Results 11 issues of Roman Parshikov

### Play Version 2.8.7, cannot be tested the latest (2.8.11) because of bug with play-ebean ### API Java ### Operating System Windows 11 ### JDK java version "1.8.0_301" Java(TM) SE...

Please add support for global template variables without ugly hacks as ```twirl @import java.lang.Boolean; val isAdmin = Templates.isAdmin(request) ```

# 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...

# 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...

### The feature request Please add option for cloning repos with large history/commits to fetch only last commits (`--depth` option from git) I had to clone with command prompt and...

enhancement

# Pull Request Checklist * [X] Have you read [How to write the perfect pull request](https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/)? * [X] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [X] Have you referenced...

I did not found in [documentation](https://www.playframework.com/documentation/3.0.x/ScalaJavascriptRouting) how to turn off generation of JavaScript routers It would be nice to have that, for decreasing of unused generated code. Example: REST client...

When you use `PlayService`, evolutions are still generating in `conf` folder instead of `src/main/resources` Plugin should honor project layout EDIT: Seems like this issue related to `play-jdbc-evolutions` in main repo,...

## Expected behavior Model field: ```java @DbJsonB @Column(nullable = false) JsonNode progress; // actually ArrayNode ``` Here is example raw SQL: ```sql update quest set progress = ? where id...

I am newbie to Docker, please how to update SBT manually, I use Jelastic