Re: [nodejs] [ANN] JavaScript Jabber Podcast

2012-02-04 Thread Joe Developer
On Sat, Feb 4, 2012 at 11:20 AM, AJ ONeal coola...@gmail.com wrote: Chuck Wood, Yehuda Katz, Jamison Dance, Peter Cooper, and I (and guest speakers) are doing the JavaScript Jabber podcast. We want to get some direction on which topics to discuss from the Node community. Give us some ideas

Re: [nodejs] Possible bug: If req.method = DELETE app.all routes are called twice

2012-02-04 Thread C. Mundi
So much for DELETE being idempotent. I knew this REST stuff would end in tears. ;) On Feb 3, 2012 11:06 PM, George Snelling, Seattle georg...@gmail.com wrote: Running Express 2.5.6. I haven't tracked this down to source, but it seems to me that if a requests's method is DELETE, then

Re: [nodejs] Virtual hosting with Express, Connect, Node

2012-02-04 Thread C. Mundi
Thanks, Ryan. I thought vhost was an ad hoc addon. Now I see that its built in and exactly what I need. Nice and simple! On Feb 4, 2012 10:45 AM, Ryan Schmidt google-2...@ryandesign.com wrote: On Feb 4, 2012, at 11:25, C. Mundi wrote: I'm looking for the simplest recommended (preferably

[nodejs] New gatekeeper

2012-02-04 Thread m1k3l
Thanks Ryan for making this project such a success; what an inspiration for developers all over the world. Congrats Isaac! Let the fun continues ;-) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this

[nodejs] kue installation error

2012-02-04 Thread Angelo Chen
hi, trying out with kue: npm install kue got : npm http GET https://registry.npmjs.org/natural/-/natural-0.0.27.tgz npm http 304 https://registry.npmjs.org/mkdirp/0.0.7 npm http 304 https://registry.npmjs.org/mime npm http 304 https://registry.npmjs.org/growl/1.1.0 npm http 200

Re: [nodejs] kue installation error

2012-02-04 Thread Anand George
Is this on Windows? On Sun, Feb 5, 2012 at 12:32 PM, Angelo Chen angelochen...@gmail.comwrote: hi, trying out with kue: npm install kue got : npm http GET https://registry.npmjs.org/natural/-/natural-0.0.27.tgz npm http 304 https://registry.npmjs.org/mkdirp/0.0.7 npm http 304

[nodejs] Re: kue installation error

2012-02-04 Thread Angelo Chen
in OS X lion, however, git clone, then npm install, works. I can run those examples, question is, how to use kue in an existing node/express app? directions? Thanks, Angelo On Feb 5, 3:15 pm, Anand George mranandgeo...@gmail.com wrote: Is this on Windows? On Sun, Feb 5, 2012 at 12:32 PM,