Matthias Kurz

Results 1122 comments of Matthias Kurz

Holding back, waiting for - https://github.com/scalameta/scalafmt/pull/4132 - Same as in #12822

For the record: There is a bit of explanation in the [migration guide](https://www.playframework.com/documentation/latest/Migration27#Application-starts-when-evolutions-scripts-need-to-be-applied-in-DEV-mode) already, which we could recycle and put into a section of https://www.playframework.com/documentation/latest/Evolutions. BTW: I will have a...

@gwendolyngoetz Yes the code still is correct and should work.

[This question](https://github.com/playframework/play-samples/pull/735#issuecomment-2262770115) is still open...

Here a real world use case where we had to work around the missing `Partioned` attribute in `Cookie`: https://github.com/playframework/playframework/blob/c1db787bd326b7081524a82c4b3f550f825ec729/core/play-integration-test/src/test/scala/play/it/http/FlashCookieSpec.scala#L193-L194

Hi, we made fex + muvm + steam work on arch linux arm, now hosted under https://asahi-alarm.org/ (GitHub: https://github.com/asahi-alarm/asahi-alarm/ and the other repos in that org). To build the rootfs...

First, [this](https://www.playframework.com/documentation/latest/Migration27#Query-string-parameter-binding-behaviour-changed) is what we wrote in the 2.7 migration guide ([PR](https://github.com/playframework/playframework/pull/8859)). Now... Did some testing to better understand what's going on: ## Using default values in routes (`x ?=...

Maybe relevant? - https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/