Peter Uithoven

Results 201 issues of Peter Uithoven

Ulti-gcode (used by Ultimaker 2 type machines) works with cubic mm, instead of mm. We should re-calculate the Retraction amount. See: https://github.com/nallath/PostProcessingPlugin/issues/23#issuecomment-253157571

bug

Added why this retraction can be useful. See: https://github.com/nallath/PostProcessingPlugin/issues/23

Currently when you call removeAllListeners on the socket connection that's used by socket.io-stream you break the socket.io-stream insance. Should we overrule the removeAllListeners method and make sure we re-add the...

Is there anyway to broadcast the stream to all clients in a namespace or room? I'd like to do something like this: ``` javascript var nsp = io.of('/user'); nsp.on('connection', function(socket)...

When I used socket.io-stream for a bigger project where I did things like pipe multiple streams and sometimes streams where not handled on the end I ran into lots of...

I need to forward socket.io-streams over a server (from client to another client), so I needed a way to handle any event. I already found tricks to do this with...

How did you deploy this demo? It's hosted on Heroku, where Redis is a basic addon, but Heroku doesn't seem to support CouchDB or Cloudant anymore. Did you setup a...

@colinskow I've noticed that Superlogin isn't maintained properly any more. There are quite a couple of open issues and pull requests. Are you open to adding contributors? I'd like to...

As far as I understand it superlogin uses usernames as _id's in the [userDB](https://github.com/colinskow/superlogin/blob/master/config.example.js#L69). - It looks like the username is validated using a [regexp](https://github.com/colinskow/superlogin/blob/master/lib/user.js#L14) (`/^[a-z0-9_-]{3,16}$/`), this means we limit...