Lennard Berger
Lennard Berger
Furthermore we should consider to offer jSON-Webhook support (to post match results after every game) so remod could easily serve it's statistics to external providers!
Any draft ideas so far?
Since Java 21 is the LTS release of Java for the foreseeable future (7 years), Java 22 support is not high on the priority list. However @tugalsan you can always...
Hi @Evertt, for our use case (and I believe the use case of many), we only supply numerals (0-9). On a mobile keyboard, typing on the PIN input element will...
I just so copied the `.github` folder and believe it could also be deleted.
Yup this seems wrong, I will investigate why it does not `conan create .` locally, which would be the intended purpose.
I would strongly vow for this feature. However I would not do this begin with, it would be much better if the library would offer subgraphs (e.g minimum spanning tree)...
@thanhminh-vht sorry for being late to the party. Looking at the source [code here](https://github.com/yWorks/yGuard/blob/d7e7885f51edb939f171c5c5bc1736233a5d1902/src/main/java/com/yworks/yshrink/core/OutputVisitor.java#L149), it shouldn't be that hard. One could add a setting to the shrinker and then check...
The problem with Spring Boot is mostly that Spring Boot calls classes at runtime that it doesn't strictly require at compile time. Thus, yGuard does not resolve these symbols (such...