Jay Prall
Jay Prall
We are using tomcat 7, Grails 3.0.17, and memcached-session-manager 2.0.0. Any suggestions on how to move forward here? This works with tomcat 7, Grails 2.2.5 and memecache-session-manager 1.8.3 ``` Oct...
I used the code from the documentation: ``` { this.setState({ isUserAdmin: checked }) }} /> ``` And it produced a style violation: ``` ./src/App.js Line 102: Style prop value must...
This line has been working for years in grails 2.x: ``` def mailId = sesMail { from sentFrom to sendTo subject emailSubject html markup } ``` `` ERROR grails.app.controllers.myapp.AuthController -...
test example that uses the awssdk to access an s3ninja running under test: https://github.com/scireum/s3ninja/blob/master/src/test/java/AWSSpec.groovy
I'm upgrading an application to Angular 18 and the new build system throws a warning: ``` ▲ [WARNING] Suspicious use of the "!" operator inside the "instanceof" operator [suspicious-boolean-not] src/my-application/app/vendor/zing-touch/zingtouch.min.js:893:14:...