Aart van Baren

Results 333 comments of Aart van Baren

Google is starting to show the extension description (Prisma, Astro): ![open-vsx_meta](https://user-images.githubusercontent.com/14129099/222666778-d8fbbd98-0378-42db-bedc-a284bf8fa15c.png) 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.

@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...

Hi @Nishantware, I can't reproduce the issue. What is your display resolution? This is what I'm seeing: - at 1920x1080: ![Image](https://github.com/user-attachments/assets/661ecb25-cb9a-4cbe-9993-ea4ee5a60aad) - at 1366x768: ![Image](https://github.com/user-attachments/assets/f31bf727-4382-4b92-a615-686e7503472f)

Hi @LinuxSuRen, how does api-testing work? Does it integrate with openapi specs?