Peter Ledbrook
Peter Ledbrook
We limit the size of a bio and submission on the server, so we should indicate to the user how many characters they have left.
Don't forget to include the syntax for calling methods with literal closures.
Section 3.2.4 discusses property syntax and how it works, but makes no mention of the named arguments constructor that's also part of the Groovy Beans syntax. This is common enough...
When the plugin executes a Grails process, it accepts a bunch of properties that will be added as `-Darg=value` entries on the command line. Except it wasn't adding then. This...
I've been wondering why the various apps that use the OAuth plugin for authentication always need reauthorising by the user. This is annoying for those that simply need the authentication...
At the moment, if you don't specify `successUri` and `failureUri` settings for a provider, you just end up with an exception. THe plugin should really use a sensible default if...