Florian Traverse

Results 22 comments of Florian Traverse

I've updated a lot my repository yesterday if you want to have a look at it. (see [example/example.js](https://github.com/temsa/sandbox/blob/master/example/example.js)) What is working: - Running a program in the sandbox and control...

@isaacs the link is in the dnode pullrequest which needs this tap-runner pullrequest https://github.com/isaacs/tap-runner/pull/6

What about using module proxying, rather than ES5 proxy? e.g. a proxy to mikeal/request library should look like: ``` javascript var request = require("request"); module.exports = function requestProxy(params, callback) {...

My fork has evolved a lot, and now it's ready to run, with all the features I want. I've had to fork node-stackedy as well for all the features I...

I have a proxy issue to pull the new svn, I've got to do it from home. I try this evening ;)

Sorry, gotta wait some days. I'm open to PR BTW ;)

Hi :) Still does not work (accelerometer values are not displayed at the bottom of the screen). I'll try to give you some better feedback using a debugger this evening...

I still have the issue when opening a file just after Atom start

@mbostock it would be useful for us, is there any issue with this pullrequest ?