Bhadresh Desai
Bhadresh Desai
It will be a good enhancement to show cppcheck results from the currently saved file only when Check files after save option is selected. This will also increase save performance...
You can implement the getFormatHelperText for luxon based on the comments from the following stackoverflow answer https://stackoverflow.com/a/69095836 ```javascript const getDateFormatPattern = ( locale: string, options: Intl.DateTimeFormatOptions ) => { const...
Add devcontainer configuration to have consistent development environment. The config files are based on generator-jhipster repository
Add wiremock_version and testcontainers_keycloak_version to gradle.properties when authenticationType is oauth2 Addresses the _Could not get unknown property 'wiremock_version'_ issue reported by @mraible in https://github.com/jhipster/generator-jhipster-quarkus/issues/143#issue-761388190