xpusostomos
xpusostomos
I've got the new model Thinkpad E15 Gen 2 here, and it doesn't work. There was some message during installation, that unfortunately scrolled off the screen about not being able...
Several times a day xkeysnail seems to stop working... whereupon I'll kill it and restart it. I haven't done a lot of investigation on what might cause it.... but is...
### Feature description Back in the good old days, when we had logback.groovy, the standard logback.groovy that create-app gave you, had some conditionals based on being in development mode. The...
### Feature description According to the documentation... "In order to reduce complexity, improve performance, and increase maintainability, accessing configuration through dot notation (config.a.b.c) has been deprecated. " But hang on...
### Expected Behavior According to https://docs.grails.org/5.1.2/guide/single.html#creatingAndInstallingPlugins ``` To make your plugin available for use in a Grails application run the install command: grails install This will install the plugin into...
See: https://github.com/grails/grails-core/issues/12142#issuecomment-949577410
### Expected Behavior Sometimes I have environment specific yaml entries: ``` environments: production: grails: serverURL: http://example.com ``` then for some reason I might comment an entry out: ``` environments: production:...
From some investigation, it's possible this is a documentation bug, possibly caused by changes in underlying Spring. But not being an expert in grails/cors, someone should look at it, and...
Just wasted a few days of my life trying to figure out why a war file won't run.... This doesn't work... `java -Dgrails.env=development -jar build/libs/myapp.war ` If you do it,...
I had a dynamic finder like this... Set aes = AccountEntry.findAllByDateGreaterThanEqualAndDateLessThanEqual(c.fromDate, c.toDate) And I couldn't figure out why it was generating a > and < SQL rather than >= and