Tim Kevin Oxley
Tim Kevin Oxley
YES. great idea.
The flow I described is designed to ensure people understand the lesser-known alternatives like long-polling and SSE as well as giving people a taste of how to use websockets. Underlying...
Suggestions for better name than `es5-workshop` welcome.
If other people build adventure/workshopper related tools they should announce them here. Maybe we should make a wiki.
@rvagg hm, ok, can you do an example of how you might setup something like: https://github.com/timoxley/functional-javascript-workshop/blob/master/problems/hello_world/solution.js
This is pretty basic, doesn't require serialisation of anything at this point, but I'm not exactly clear on how I'd go about requiring their exported module to run tests on...
> Don't even use the exec and comparestdout processors. Yep. This is what I've got thus far, seems to work not bad. (Goal is to call their function and solution...
Can reproduce. I'm getting incredibly slow responses from `action`. Click handler takes about a second, and seems to be stuck stringifying an html element:  As a quick workaround I...
Events make sense if are likely going to have multiple listeners, but in this case, you're only going to provide a single listener to those events (in-fact, because you're passing...