Wim Deblauwe

Results 38 issues of Wim Deblauwe

…es with a List. This allows for duplicates of the error codes to be present. This is important to support validation errors that might have the same error code on...

There seems to be no indication of the software license of this project. As stated here (http://choosealicense.com/no-license/), it is better to have a license so there are no misconceptions about...

The current version does not seem to do anything when added to a Spring Boot 3.0.0-M3 application. Will have to investigate what changed exactly and why things do not seem...

There seems to be no indication of the software license of this project. As stated here (http://choosealicense.com/no-license/), it is better to have a license so there are no misconceptions about...

**Describe the bug** I am trying to use Save actions with the Tailwind formatter plugin (https://github.com/MyOutDeskLLC/Tailwind-Formatter). I created a quicklist with the run formatter action: ![image](https://user-images.githubusercontent.com/1115823/90402238-74aae480-e09f-11ea-8ffa-93e37ff9c151.png) I configured Save actions...

enhancement

Using the [localization](https://github.com/duetds/date-picker#localization) support, you can write a custom `parse` and `format` function. However, when the format you want to use has a space, the user cannot type that space...

I have basically the same requirement as posted here: https://stackoverflow.com/questions/48774902/using-a-fragment-as-a-thymeleaf-variable-to-thwith-and-a-thdata-content-attrib I want to have a Thymeleaf fragment that contains the HTML I want to use in a popover. If I...

tracker:feature
status:underevaluation

It was not clear to me from the docs at https://htmx.org/docs/#extensions that you need an extra JS included when you want to use an extension (like SSE support). Also the...

If possible, it would be great if diagrams could be rotated 90 degrees. For example, if you include a PlantUML sequence diagram, it can get quite wide. So if it...

feature request

I would like to be able to use custom value objects in my feign clients. For example: ``` @FeignClient public interface MyClient { @GetMapping("/users/{userId}") User getUser(@PathVariable UserId userId); } ```...

enhancement