Max

Results 229 comments of Max

see also: https://github.com/rvagg/workshopper/pull/69

also this is also probably an issue in adventure too: https://github.com/rvagg/workshopper/pull/69

For reference, here's a screenshot of how `browserify-adventure-jp` works now: ![screen shot 2014-11-15 at 2 59 57 pm](https://cloud.githubusercontent.com/assets/39759/5056722/1ec890bc-6cd8-11e4-9e98-a0ba08d5a0f3.png)

Hi, thanks for contributing. Some feedback: - I don't think it's a good idea to put the exact solutions in the hint area in the problem.txt - Do you have...

i'd like to see (for express-works, http-framework and hapi): - how to hook up binary websockets to an existing server - how to hook up socket.io to an existing server...

i'd like to see both as they both have their use cases. all node core APIs return Buffers but for legacy reasons most big socket frameworks only return strings/JSON objects....

I think we could emulate enough of the workshopper + node command line API on top of this shell editor, especially when you combine it with something like http://requirebin.com/ I...

This is really cool! We should definitely start promoting this workflow for users who prefer a web based workflow, or who have issues installing CLI things on their computer. I...

also twice i've seen this crazy bug where running `learnyounode` on windows results in a "JScript" error, which I think is a result of `usr/bin/env` not being interpreted and .js...

yea JScript only exists on windows