Ben Hockey

Results 47 comments of Ben Hockey

the resolution of #79 may provide a way for you to do it more directly through the store but, while the store itself might not expose what you need, it...

> So our team has historically done our linting prior to testing in debug or release - and I was trying to mirror that. most source control management tools give...

am i right that `p` is not rejected - it's `var p2 = p.then( ... )` which is rejected and `testResult` is `p` not `p2`?

using childNodes.length is a bad inference when what you really mean is "did this node just get added to the DOM?" it's also an inference that may possibly fail when...

fwiw, i use [lessjs](http://github.com/cloudhead/less.js) to wrap everything in an extra selector ``` .nameSpace { /* original oocss rules */ } ``` currently i'm in development and i let the browser...

i just wanted to add my +1 to the request for more sizes. theoretically, only denominators of prime numbers would be needed to achieve any sized division but if primes...

i agree that adding classes to every unit that you want to have 'collapse' is maybe not ideal. > perhaps there is a way to make it cascade down, so...

to work in browsers where the child selector is not supported (where these elements are most needed) it would need to be something more like: b.top, b.top b, b.bottom, b.bottom...

i've written a router that builds on top of this lib to add some more features - e.g. you can remove a route or you can generate an href from...

@aoboturovorange circular references are handled/allowed in AMD