Søren Berg Glasius
Søren Berg Glasius
I don't see an official API. Apparently there is an unofficial API https://github.com/andrew/lanyrd - but Ruby? ;)
@namgang I suggest, that you try to do a Fork, clone the git repository, make a branch, and commit and push that branch. Check out this guide: https://gist.github.com/Chaser324/ce0505fbed06b947d962 and become...
Please try adding `widget-readonly` to pass down attributes to the widget rendering. Remember that the fields plugin works by: ``` ``` Approximately does the following: ```
See comment in PR.
It's vacation time. On Mon, 30 Jul 2018, 06.19 Ilya Skorik, wrote: > Any news? > > — > You are receiving this because you are subscribed to this thread....
I agree with @andersaaberg, as developer using Grails we should not opt-in to run code coverage for parts not related to our own application. For coverage for Grails itself it...
I have created this `trait` to work around this issue: ``` groovy /** * Due to a change in Grails DefaultViewRenderer it does no longer do the actual view rendering...
We are seeing something similar with `.gsp` files, but this is more random. Actually so random, that two nodes running the same war shows different behavior. It's hard to even...
@aadrian has enhanced the tag to take a `template` This template must still be located in `/templates/_fields` but can be named anything.
@chrisbitmead The plugin is as such not broken, but does not work for your particular use case, and it has not been on my radar. If you can come up...