Matthias Kurz

Results 1121 comments of Matthias Kurz

btw, currently this is failing with: ``` Welcome to Gradle 8.12! Here are the highlights of this release: - Enhanced error and warning reporting with the Problems API - File-system...

- See https://github.com/playframework/playframework/pull/12296#issuecomment-1970838655

Not sure what you mean. Either I misunderstand or this 9 year old issue is fixed meanwhile. ``` @(url: String) @url ``` called from controller via ``` Ok(views.html.index.render("https://www.google.com")) ``` renders...

BigDecimalParser is on hold for now, see comments: - https://github.com/pjfanning/play-json/pull/8

> One extra change that I would like to make would be to change the visibility of the JacksonJson class to be scoped to `[play]` as opposed to just the...

> Maybe if you publish a snapshot of play-json, I could modify [playframework/playframework#12662](https://github.com/playframework/playframework/pull/12662) to use the snapshot jar and see what tests are still broken. `3.1.0-M2` on its way: https://github.com/playframework/play-json/actions/runs/16182146711/job/45680878429...

If someone wants to make fpm in `electron-builder` work for arm64/aarch64 I wrote a guide how to do so here: https://github.com/signalapp/Signal-Desktop/issues/6063#issuecomment-1307001166 Feel free to pick up that work, I don't...

> So input `key` is transformed to `key=`. This sounds like one of those corner case we found out regarding query string params - #12979 - #13223 > I haven't...