Marc DeSantis
Marc DeSantis
#### General Information * [X ] Usage * [ ] Development * [ ] Documentation * [ ] Feature Request #### Specific generator * [X ] Addons * [ ]...
I needed a way to check for unused components in a large nuxt project. Nuxt supports [dynamic imports of components](https://nuxtjs.org/docs/directory-structure/components/#dynamic-imports) in the `components` directory, so the RegEx needed tweaking to...
I've been trying to get hot swapping to work with Gradle, Spring Boot and Spring Loaded for three days. First, I followed the directions for IntelliJ with no luck. Server...
Adds an option to manipulate the githubBaseUrl in order to support GitHub Enterprise
Lists of Objects that are embedded into a domain object do not support validators, due to incompatible types. When the embedded object is also a Domain object, any validators of...