Keith Lea

Results 14 comments of Keith Lea

Thanks for the thoughtful responses! I guess we need to agree on what this annotation means: ``` @javax.annotation.Nonnull(when = javax.annotation.meta.When.UNKNOWN) ``` To me, that means it may be null, because,...

FWIW I think this definitely belongs in the core, for consistency with React `style` props. I beat my head against the wall for a while trying to figure out why...

Yep this was not the behavior I expected and I wasted some time trying to get it to hide the root on load.

Hi Jordi, I do have the latest version of dry and GLM. I updated the issue description with more details. Any ideas about how to get dry to build?

Thanks I will try all this. It sounds like you don't use dry anymore. Would you consider it stable? Is it being used by any projects, commercial or otherwise?

I just wasted 2 hours trying to track this down. Please accept that pull request!

PS: I don't have a grunt-maven.json file - am I supposed to?

Yes, you can see in the original post that I do indeed include gruntMavenProperties.

here's target-grunt/grunt-maven.json ``` { "filesToWatch": "/Users/keith/Code/wham/server-new-website/src/main/webapp/homepage/**", "directoryToWatch": "/Users/keith/Code/wham/server-new-website/src/main/webapp/homepage", "projectRootPath": "/Users/keith/Code/wham/server-new-website", "targetPath": "/Users/keith/Code/wham/server-new-website/target", "sourceDirectory": "src/main/webapp", "jsSourceDirectory": "homepage", "filteredFiles": ["**/node_modules.tar"] } ```

Not sure I see a watch path... ``` $ grunt -d watch Running "clean:0" (clean) task [D] Task source: /Users/keith/Code/wham/server-new-website/target-grunt/node_modules/grunt-contrib-clean/tasks/clean.js Cleaning "build"...OK Running "clean:1" (clean) task [D] Task source: /Users/keith/Code/wham/server-new-website/target-grunt/node_modules/grunt-contrib-clean/tasks/clean.js...