Göran Ehrsson

Results 14 comments of Göran Ehrsson

I just want to confirm/clarify that `f:with` and `f:field` works great with command objects. If `f:all` also could works with command objects (with constraints) it would be great.

The stack overflow problem (because of recursive logging statement) is still present in 11.4.8

What OS are you using? I tried to build docx4j 11.4.8 on MacOS 12.5.1 and it failed with the same exception. I guess the required fonts are not available on...

I tried to upgrade a few Micronaut projects to use Java 21 and Gradle 8.6 this week (was Java 17 and Gradle 7.5). My build.gradle tries to exec 'docker' but...

I tested http://localhost:8080/qrcode/qrcode/text/ěščřžý after I upgraded zxing to 3.1.0 and it seems to work ok. The characters are rendered ok when I scan the code with my phone. I will...

Agree. In my current project I need to set border-top only. I don't want left, right or bottom border on my table, only top. There must be a way to...

Document metadata is currently stored in a `Map` on `Document` but maybe we should use a type `DocumentMetadata` so we get strong typing and can validate metadata. Now that I've...

I rebased the pull request on master to enable pager size and image features in my local tests

This is Groovy so we don't have to be so declarative. What if we ask the header each time if it wants to be rendered or not? Then the developer...

:+1: I need this