[nodejs] Upcoming 0.11.16 release and update on v0.12

2015-01-26 Thread julien . gilli
Hi everyone, Node v0.11.15 was the first release candidate for node v0.12.0. A few issues were found in node v0.11.15 that require another release candidate: node v0.11.16. Hopefully, this will be the last release candidate before node v0.12.0. You can find more info on what needs to be done b

[nodejs] Node v0.10.36 (Stable)

2015-01-26 Thread Timothy J Fontaine
2015.01.26, Version 0.10.36 (Stable) * openssl: update to 1.0.1l * v8: Fix debugger and strict mode regression (Julien Gilli) * v8: don't busy loop in cpu profiler thread (Ben Noordhuis) Source Code: http://nodejs.org/dist/v0.10.36/node-v0.10.36.tar.gz Macintosh Installer (Universal): http://

[nodejs] Re: Async.js map function only showing results of the last iteration?

2015-01-26 Thread Justin Maat
Well that totally is the correct answer :) But now I can't figure out why? Running your code returned true which helped figure it out. console.log(results[0] === results[1]); I then tried to take a deep copy of the body object and passing that into the callback like so... and voila... the re

Re: [nodejs] Async.js map function only showing results of the last iteration?

2015-01-26 Thread Justin Maat
Ok, Digging deeper into xchange.js , it looks like I'm transforming the response but re-using the same object which is causing the error. Thanks for the help!! This actually taught me a bit :) On Monday, 26 January 2015 11:03:49 UTC-5, Adrien Risser wrote: > > Hi, > > My only guess without l

Re: [nodejs] Async.js map function only showing results of the last iteration?

2015-01-26 Thread Adrien Risser
Hi, My only guess without looking at your code would be that the "body" passed to your ticker callback is overwritten / pointing to the same object. // Pseudo code: /* inside xchange module */ var obj = {}; /* main.js */ callback(err, obj); /* inside async.map */ results.push(obj); /* "end

[nodejs] Async.js map function only showing results of the last iteration?

2015-01-26 Thread Justin Maat
Sorry for the title, but I can't think of an easier way to word this. I'm trying to use the async library with Node.js to run 3 asynchronous functions and do some operation on the results of all 3. From what I understand, the map() function allows me to

[nodejs] Authentication in Nodejs

2015-01-26 Thread Sriharsha Sistalam
Hi, I am developing an application in nodejs for an enterprise company where most of the products, services uses Single Sign-On and supports only kerberos authentication.

[nodejs] circular requirements issues and suggestion

2015-01-26 Thread Axel Kittenberger
In my current project I got now a lot of circular requirement and it starts to become more and more complicated to simply "make sure to plan accordingly" as the manual says nonchalantly. First issue is backtraces in case requirements go wrong due to circles, the backtrace only shows the current mo

[nodejs] How do I group a sequelize query and then make different associations?

2015-01-26 Thread Sammy Rachman
Hey everyone, I thought I'd ask this question here on the google groups in addition to SO. I'm writing a function in node in a project using Sequelize-Postgres as an ORM. This is what I got; it's a partial code from the project's spec file: var stockTeams = [ {name: "Team1"},

Re: [nodejs] Node.js on Linux, e5500 PowerPC (Freescale P5020)

2015-01-26 Thread Michael Dawson
On Friday, January 23, 2015 at 2:00:06 PM UTC-5, Ben Noordhuis wrote: > > On Fri, Jan 23, 2015 at 12:55 PM, Raphael > > wrote: > > Hi > > > > I'm in the process of evaluating a server side technology to build a new > > product from scratch. It must run on Linux, Win, OSX and on (Yocto-) > L