xpusostomos
xpusostomos
In some applications you might not be sure what columns you are going to get. Therefore it would be good if PropertyMapper.getProperty(name) optionally did not throw an exception, but rather...
Consider the following config file: ``` keymap: - name: not-emacs remap: C-x: remap: KEY_5: remap: KEY_0: M-F4 ``` This is designed to make the emacs close-window key sequence, aka C-x...
multiple times per day, xremap stops working and needs restarting. I don't know if the below error is related to it, but its in the logs periodically so maybe it's...
### Expected Behavior Let's say I have a grails app, that's working. Great. But then let's say I convert that app to a plugin for use in other apps. It...
Nice little demo package you've got here. I think anyone who wants to get down into the weeds of resources will be interested in a demo of discovery of subfiles...
I'm porting a working application from grails4 to grails5. I've already ported several other apps to grails5 (albeit, not ones that use views-json), so I'm fairly comfortable with the grails5...
Thanks for putting this up, it brings back memories because I started my career doing whitesmith's C. I think the most valuable part here is the C library, which though...
According to the documentation: http://docs.grails.org/latest/ref/Constraints/Usage.html a display: constraint should control whether a property is displayed in scaffolding views. a editable: constraint should control whether a property can be edited in...
It's pretty annoying that groovy scaffolding template files in src/main/templates have the file extension .groovy because IDEs assume they are groovy files and annoy you forever that their syntax is...
The scaffolding system assumes you want a FooController to provide editing for the Foo domain class. Sometimes you want another controller to edit the same domain class that provides a...