Sammy Chu
Sammy Chu
We got issue on the rounding, example: `format("0.00", "7.165")` got "7.17" but `format("0.00", "8.165")` got "8.16" May I ask if any option can make them rounding consistent or this is...
Thank your for your awesome plugin, it works perfectly, except the corresponding issue: The directory structure to illustrate the bug is following: | - themeA/ | | - images/ |...
…in SingleSignOutHttpSessionListener
…le API to support ManagedExecutorService https://issues.apache.org/jira/browse/SOLR-15861 # Description ConcurrentUpdateSolrClient (and ConcurrentUpdateHttp2SolrClient) should work with JSR-236 javax.enterprise.concurrent.ManagedExecutorService. Currently due to the code calling the java.util.concurrent.ExecutorService lifecycle methods (e.g. isShutdown(), isTerminated()) which...
### Bug report When integrate with sass-loader, it will output CSS with UTF-8 BOM (i.e. \uFEFF) at the beginning of the CSS when it is run in production mode. But...
Thanks for your plugin, it's awesome. But there is an issue when we build a multiple module project using grails plugin system. First of all, we created a plugin which...
As titled, we tried to use twitter-bootstrap-grails-plugin with this plugin and using @import "bootstrap.less" in our LESS file. When the application startup, it shows WARN "***********/bootstrap.less" not found.
As title, ClamAV Docker health check always fail in Docker Engine 26.0.0+ due to Docker Engine since 26.0.0 enabled IPv6 on loopback address (https://docs.docker.com/engine/release-notes/26.0/#bug-fixes-and-enhancements-2) > Always attempt to enable IPv6...