Emil van Galen
Emil van Galen
I noticed that when installing NPM packages globally, they are shared between all installed Node.js version. For instance, I did a `npm install -g yarn` and noticed that after switching...
As part of my SpringBoot application that uses the `springdoc-openapi` library (using `swagger-core` under the hood) to generate OpenAPI specs, I would like automatically generate `.nullable(true)` for "non"-required properties. This...
Right now ngImprovedTesting is tied to version ~1.3 of "angular" in the "bower.json". Additionally the "bower.json" in the source-code repo could be simplified by: - moving the "angular-.." entries from...