Alex "Blex" B
Alex "Blex" B
### Module Core ### Proposal The testcontainers jar file currently has a size of a whopping 17MB (packed; unpacked 34MB), making it by far one of the biggest maven dependencies...
Jasperreports can be updated, however there are compile failures
In the last time we got a few requests about "can you include Leaflet add-on XY". Currently we have the following guideline: * This project itself only includes the core...
### Module Core ### Testcontainers version 1.19.4 ### Using the latest Testcontainers version? Yes ### What happened? It looks like you are using ``Lombok`` in your source code. This is...
**Affects PMD Version:** 7.2.0 **Description:** Crash while executing rule ``CognitiveComplexity`` on constructor with ``Map.of()``. The created ``Map`` has the following type: ``Map`` (``Serializer`` is a interface) **Exception Stacktrace:** ``` [INFO]...
### Describe your motivation I noticed that ``vaadin:prepare-frontend`` and ``vaadin:build-frontend`` are relatively slow - a rerunning production build takes around 15s in one of our projects that I recently updated...
### Checklist - [X] I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/intellij-plugin-save-actions/issues) or [closed](https://github.com/xdev-software/intellij-plugin-save-actions/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to. - [X] I have taken...

### The feature request It would be great to have an option (or some kind of command line flag) to start GitHub Desktop minimized. Usecase: * When I start up...
So there is an error in dynamicreports where ``getTextFieldTextAdjust`` ALWAYS returns ``null``: https://github.com/dynamicreports/dynamicreports/blob/3f80c6f7555a52761e751767783117fd5892a826/dynamicreports-core/src/main/java/net/sf/dynamicreports/report/defaults/Default.java#L1065 We addressed this problem in our fork [here](https://github.com/xdev-software/dynamicreports-core-for-grid-exporter/commit/eedeb6306e7bcd0468cfac40e3ff44445ec4687a), feel free to backport the fix