Aart van Baren
Aart van Baren
Google is starting to show the extension description (Prisma, Astro):  Server side webui rendering (https://github.com/eclipse/openvsx/issues/8) can still be beneficial to rank higher in search results because it improves the...
@johanandren Unfortunately it's not possible to create a method overload for `flatMapPrefix` because of type erasure. That would've been the most safe way to switch from `Iterable` to `List`. The...
You can introduce these javadsl changes in the next [major](https://semver.org/) version. That's when you can make incompatible API changes.
> But I don't think how problematic the current signature problem is `Iterable` is pretty limited in functionality. You can convert the `Iterable` to a `Stream` or `List`, but it...
@mkurz I've rebased on the current main branch.
@mkurz I've formatted the code.
@wsargent It looks like this issue has been fixed. From the [documentation](https://www.playframework.com/documentation/2.8.x/ScalaBodyParsers#Choosing-an-explicit-body-parser): "So for example, to define an action expecting a json body (as in the previous example): ```scala def...
@planger Are you still experiencing this issue?
Hi @Nishantware, I can't reproduce the issue. What is your display resolution? This is what I'm seeing: - at 1920x1080:  - at 1366x768: 
Hi @LinuxSuRen, how does api-testing work? Does it integrate with openapi specs?