Matthias Kurz

Results 1121 comments of Matthias Kurz

BTW: Did you install plasma? If so do you use it with wayland? Are your fonts rendered ok?

@AndySakov I think yes, so if you want to work on this feel free to open a pull request.

@Gacko why did you close this issue, can you confirm it is fixed? Since multiple people confirm this issue, we should make sure it was fixed before closing.

We should be able to work around that, see https://github.com/playframework/play-meta/issues/216

I keep this open since this needs to be done for every project that uses mergify (basically every project in the Play org).

@AndySakov Sure, just open a pull request, if you need any help please let us know!

@AndySakov I saw your conversation in the Discord channel, if you need any help please let me know ,thanks!

> If I write an URI as below > > ``` > GET /*path/Gx0YLry_RXM.txt controllers.xxx.xxx(path) > ``` > > when I visit http://localhost:9000/Gx0YLry_RXM.txt, I get an 404 error, but http://localhost:9000/123/Gx0YLry_RXM.txt...

Here is the reproducer I was using: https://github.com/mkurz/playframework-reproducers/blob/main/playframework-10999 Specially the routes file is interesting: https://github.com/mkurz/playframework-reproducers/blob/main/playframework-10999conf/routes You just need to `sbt run` and try using different routes by un/commenting them.