Rob Fletcher
Rob Fletcher
``` For now I've decided not to add support for variable definitions in where-blocks, unless a compelling use-case comes along. ``` Reported by `pniederw` on 2009-03-30 01:12:29 - **Status changed**:...
It very much depends what you want to do with it but I'm inclined to think that anything that justifies the use of Angular is unlikely to degrade particularly well.
Yeah, I didn't do this precisely because it's not supported in IE but since IE9 now supports nth-child properly (apparently, I don't have a Win 7 VM to test it...
Yes, that's definitely worth considering. I particularly like the option of doing this with a beforeInterceptor as one of the commenters suggested. The main focus of what I'm doing is...
Right now there's no way to do it individually.
Yeah, I have briefly experimented with some modified nav. As you say the default navigation feels more like a 2nd level as you'd expect links to the other controllers as...
I'm trying to replicate this issue with the test application. For instance the AlbumController class uses the render method. I run the app up using `grails prod run-app` then hit...
When I try that I get a StackOverflowError! On Saturday, June 22, 2013, Roberto Guerra wrote: > Try it with > > grails prod run-war > > It is what...
Good question. I hadn't really given it much thought. It doesn't feel like much would need to be different other than the mechanism for selecting the properties to iterate over....
Yeah, a different converter might make sense if you wanted to handle different classes with one or other mechanism. I think creating a different `JsonSerializer` / `JsonDeserializer` class might make...