Benjamin Marwell
Benjamin Marwell
Hi, ### Problem description I found out that even if I only define one execution with the `add-module-info`-goal, two files will be written. Example for jjwt: ```bash ~/git/jjwt/jjwt (519_modules*) $...
Pull request for https://github.com/fisharebest/webtrees/issues/2547 Please do not merge until the wording is correct (is it really a general Arabic surname tradition?).
Hi, `maxLineLength` will split after the `pre code` elements: ```html dig +nostats google.de ``` resulting into: ```html dig +nostats google.de ``` This on the other hand will add an extra...
## Expected Behavior Font is readable even in dark mode. ## Actual Behavior When using a browser or IDE javadoc viewer in dark mode, the font is not readable as...
Hi, Is there are way to add custom calendars? I know in java this is possible. If not, well, this is a feature request. 😉
Hi, I'd love to see https://immutables.github.io/factory.html supporting a staged builder. Caveat: in https://github.com/immutables/immutables/issues/761 you argued that external builders and staged builders combined make no sense. Please do look at the...
This is a start. Many tests will still fail, but it compiles just fine and for freemarker there's an ObjectWrapper for DocumentTimeModel.
Some sites will not be using foreign hosted variants of jQuery, bootstrap, fonts, etc. For this case, even better than linking, it would be great if webjars were supported (maven/Gradle...
On supported platforms, only link static assets. This will speed up the build significantly.
Hi, the current default date format is `yyyy-MM-dd`. However, I need time information to create a valid atom feed. That said, `SimpleDateFormat` does not allow timezone information like `2022-01-01T21:20:40[Europe/Berlin]`. The...