Results 24 comments of Ralph Thomas

Yeah, a getting started guide is a good idea. Until that exists, the examples in git are the best guidance. Since publishing the article I've switched to using Hammer.js for...

Grid StyleSheets are the natural outgrowth of that work: http://gridstylesheets.org/ One area I'm thinking about a lot right now is representing and editing constraints visually. I'm torn between doing a...

Yes, totally agree. You always need good escape hatches to imperative code. I think the editor will be the most fun to work on and think about actually, so I'm...

I'm starting on the JSON and constraint parser (adapting the peg grammar from cassowary.js) so we should have something more to talk about soon. I actually don't want to handle...

Interesting -- why did the JSON syntax win out for MongoDB? Where is it more expressive than SQL? I agree the generated code is way too large for real use...

I was thinking that the whole description would live in a JSON file and then that whole file would get transformed. I want that eventually because I want to do...

Could always transform directly to code. Don't know if that's objectionable...

Yeah.. for now I think it's OK to have huge parsers, etc, and just get all the functionality in there. So long as the layering is good we can always...

Hi! 1. I wanted to have multiple manipulators for scale/rotate/etc since there are multiple touch points. I'm not sure if it's possible to express the constraints for that (because the...

I did `touch domDependencyConfig.json` and the error went away. YMMV.