ross-oreto
ross-oreto
Enhancement: If concurrent-map is supposed to behave the same as the plain map, then the allowed key types should be the same and the type map[interface{}]interface{} should be supported.
Spring security plugin now uses a config of 'grails.plugin.springsecurity'. Notice plugin is no longer plural. so this code block in CorsGrailsPlugin.groovy needs to be updated. ``` if (application.config.grails.plugins.springsecurity?.useBasicAuth) { basicAuthenticationEntryPoint(CorsCompatibleBasicAuthenticationEntryPoint)...
Currently I don't see a way to add classes to the content item of a pills component. It would be nice to have a way to specify additional classes to...
Environment: - java 8 - jooby 2.8.10 - Windows 10 - maven 3.6.3 This error occurred after packaging a Jooby app which uses the jooby-stork plugin https://github.com/jooby-project/jooby/blob/2.x/pom.xml#L151 which uses stork...
The current paging options for selection prompt only supports client-based paging, meaning all the choices are already in memory. If there are hundreds or thousands of choices possible this is...