Andrew E. Rhyne

Results 87 comments of Andrew E. Rhyne

IDK. This actually looks pretty decent. I am not sure if more granularity would make it better or harder to reason about?

Are we cool with Mocha? If so I will submit PR tomorrow

Cool. Mocha it is

Yeah I can revise it if that is what we want to do. No worries

Is there any way other to prevent form submission when the enter button is pressed? It basically defeats the purpose of having `Return` select an item if the event bubbles...

https://github.com/tj/frontend-boilerplate/pull/47

This works as expected when NOT using nodeunit, so I am not sure. I have been using require.js quite a bit lately, and it looked promising for node as it...

Right. The reason I went with RequireJS server-side was because I needed the ability to link/compile seamlessly - I want to be able to incorporate linking and compiling into my...

I abandoned requirejs and just went the commonjs route. You can close the issue, but I'd recommend looking into it.