Matthias Kurz

Results 1121 comments of Matthias Kurz

I had a look and think having `DefaultSlickApi` also inject `ApplicationEvolutions` should help fixing the problem: https://github.com/playframework/play-slick/blob/abe0d9ac3e9dd044c475644e4dbb7d7bb996989f/src/core/src/main/scala/play/api/db/slick/SlickApi.scala#L40-L44

Formatting issue: ``` scalafmt: /home/runner/work/play-ws/play-ws/project/Dependencies.scala isn't formatted properly! ```

@Betree Thanks, I reached out to support.

@Betree Is there a UI for end users already? If not, should this issue be re-opened? Thanks

This pull request needs to be updated - it has conflicts. In this state it's not possible to merge it unfortunately.

I think a pull request would be warmly welcomed ;)

This is a highly needed feature. Because: To make Play Framework applications work nicely with Docker, you usually have to set ```scala javaOptions in Universal ++= Seq( "-Dpidfile.path=/dev/null" ) ```...

Correcting my own comment after I finally skimmed through the whole documentation: > Now, if I want to use sbt-native-packager to also publish deb packages, that sucks, because I obviously...

@ppiotrow I think I can live with a deterministic label. Actually there was a discussion already if we should use a random id (like we do now) or something more...

@ppiotrow Let's just change `snp-multi-stage-id` to something deterministic. I am fine with that. However I will not do that work, too busy right now.