Matt Styles

Results 9 comments of Matt Styles

Which browserify transforms are you using? I got this when I set up my babelify config wrong, works fine when I fixed my cruddy config. OSX with node 5.2.0. Although...

You'll probably want to start it in a separate shell, certainly if you are logging anything which in dev you probably will be. You can run it in the background...

Looks like a duplicate of #168. See also #58 and #162. Link to underlying ts bug/issue/defect/whatever https://github.com/microsoft/TypeScript/issues/46562

Hi, I create a branch and added an explicit test, and I'm getting a linebreak. On a Mac anyway, although it uses `grunt.util.linefeed` which is probably tested to the hilt....

The `connection` event is a special event that just passes back the id of the new connection. Unlike `socket.io` where you'd usually wait for that connection event and then apply...

The `ctx.socket` you're seeing in the Koa middleware is not connected to web sockets, its to do with Koa itself. koa-socket tries to leave koa alone, rather than add functionality...

It would, ha ha! I've never used it, but I have heard it is a good bit of kit. It is on my todo list to investigate.

This might be useful for you https://github.com/laggingreflex/koa-socket-passport

What is the status of breaking changes for v2 of socket.io? If its fairly trivial to jump straight to v2 then that should happen, otherwise jumping to 1.7.3 immediately and...