Matthias Kurz

Results 1121 comments of Matthias Kurz

@thomas-bouvier Yes, but this is nothing new or not? That was pointed out in May already in [a previous comment.](https://github.com/zotero/zotero/issues/3515#issuecomment-2126266809)

Shouldn't `Modifier` also `extends Sentence`? Or am I wrong? ```scala // line 118 case class Modifier(value: String) extends Sentence //??? ```

I was expecting this after your pull requests ;)

Thanks for you feedback! I am currently working on #13566 - I willl see what I can do.

OK, I was wrong, I can _not_ reproduce (sorry for the confusion). Not in latest stable Play 3.0.9/2.9.9 nor in 2.8.2 - testet each with Play Java and Play Scala,...

In case you think I am wrong and this actually is a bug, please let me know and provide me a reproducer. Thanks!

Maybe this is caused by - #1402 ? Maybe you need to use different config keys now (like `pekko-http`)?

Hmm... Looking at https://github.com/playframework/playframework/compare/2.9.4...2.9.5 my first guess is this might be https://github.com/playframework/playframework/commit/b1ffb3b442fd43aae72cad6038d324266437acc1 @spythewhite Would it be possible to provide a very small reproducer project so I could test? Thanks!