Joe Rosa

Results 8 issues of Joe Rosa

When we start Node using connect-mongodb brings a Warning message: ' Please ensure that you set the default write concern for the database by setting....' I've done a patch to...

After a fresh install attempted to run examples/backtest.py - but: The data file name has changed: - from `data_file = os.path.join("tests/data/bittrex:btc-usdt.csv")` - to `data_file = os.path.join("tests/data/bittrex_btc-usdt.csv")` (semi-colon into underscore) After...

So we have `var a = Math.sin(dLat/2) * Math.sin(dLat/2) +` that is the same as `Math.sin(dLat/2) * 2 +`, so what is the point of calculating twice?

Hi to let you know that I'm getting these warning messages when doing a fresh install of node-mirror. Maybe we could bump the packages versions??? npm WARN deprecated [email protected]: connect...

Hi Andrew nodejs serialport version 1.4.x is not compiling when doing a fresh 'npm install' (their issue) - I have changed version in package.json to "serialport" : "4.x" and voilá...

As per http://blog.nodejs.org/2013/03/11/node-v0-10-0-stable/ You've got a recursive process.nextTick happening in line-by-line - and we're seeing this crash node occasionally with: (node) warning: Recursive process.nextTick detected. This will break in the...

Lotte is expecting PhantomJS to be above 2.0.0 but PhantomJS is at =2.0.0 instead of

Regarding the example code given in the front page: > this.assert.ok(this.$('.signup-button').length, 'expects button to be in the DOM'); There is no more '.signup-button' at GitHub frontpage, and in case we...