Re: [nodejs] Connection aborting. Express

2013-11-07 Thread // ravi
On Nov 7, 2013, at 8:34 AM, Tim Brown wrote: > > I'm running an ip to country solution in node. I'm using Express for the > server. About one in six views of the page results in connection aborted with > the message 'connection reset' in Firefox or no data chrome. Would be > grateful for any s

[nodejs] nodejs to RPM made simple with njs2rpm

2013-11-07 Thread Sergio Freire
Hi all, Just to let you know of “njs2rpm”, a NodeJS to RPM converter that tries to follow the RH/Fedora packaging guidelines and more! https://github.com/sfreire/njs2rpm All made in Bash, without weird dependencies and (.spec) template based. Features: - supports RHEL6 and

[nodejs] Connection aborting. Express

2013-11-07 Thread Tim Brown
Hi I'm running an ip to country solution in node. I'm using Express for the server. About one in six views of the page results in connection aborted with the message 'connection reset' in Firefox or no data chrome. Would be grateful for any suggestions. Many thanks -- -- Job Board: http://j

Re: [nodejs] Does anyone got this message: "Try --help for options: unrecognized flag -nouse-idle-notification"

2013-11-07 Thread Ben Noordhuis
On Thu, Nov 7, 2013 at 10:51 AM, Carolin Etzold wrote: > Does anyone got this message: "Try --help for options: unrecognized flag > -nouse-idle-notification" ? > > And if so, can you tell me what it means? > > I tried to search for information about this, but without any success. > Further, it se

[nodejs] [Ann] node-spotify, libspotify wrapper for node.js (including audio playback via OpenAL/Alsa)

2013-11-07 Thread Moritz Schulze
Hi! Since January 2013 I have been working on node-spotify, a wrapper for libspotify in node.js (thus a native module) that aims at a coherent, easy interface. I have seen that Floby has started a similar project around the same time, so you can choose between us two. I think node-libspotifys i

Re: [nodejs] Worry about Cluster Stability: (1 - Experimental)

2013-11-07 Thread Craig Thayer
It's great to hear the that cluster module is at stability level 2. We're using the cluster module for our node-pmnpm module (a process manager that we're using in production). I was coming here to post our use-case for the cluster module since the docs say

[nodejs] Does anyone got this message: "Try --help for options: unrecognized flag -nouse-idle-notification"

2013-11-07 Thread Carolin Etzold
Does anyone got this message: "Try --help for options: unrecognized flag -nouse-idle-notification" ? And if so, can you tell me what it means? I tried to search for information about this, but without any success. Further, it seems to happen when I start my node script. I do not know if it is

Re: [nodejs] commercial use of the logo

2013-11-07 Thread Micheil Smith
Probably best to email tradem...@joyent.com or see: http://nodejs.org/trademark-policy.pdf – Micheil On 01/11/2013, at 6:49 PM, Diego Leme Domingues wrote: > Hello, > > First, sorry for my english, it is not good. > > I have a project for an ecommerce shirts with logos related technologies h

[nodejs] Re: [opinion-request] Routing Syntax

2013-11-07 Thread Alex Kocharin
On Thursday, November 7, 2013 4:04:58 AM UTC+4, Jimb Esser wrote: > > The way I've seen it done in Express.js (or its URLRouter middleware > maybe, I'm not quite sure where it is now) is like this: > app.get('/users/:id(\d+)', function(req, res, id) { ... }); > app.get('/users/:name', functio

[nodejs] Re: Checking for requires that aren't in package.json?

2013-11-07 Thread Floby
a manual solution can just be to run `npm ls` which will indicate installed modules which are not present in pacakge.json with the mention 'extraneous" On Thursday, 7 November 2013 02:35:13 UTC+1, Jamison Dance wrote: > > Are there any tools that will check your node project for require calls >

Re: [nodejs] Checking for requires that aren't in package.json?

2013-11-07 Thread papandreou
It might be easier to do a pre-commit hook that checks the *dependencies fields of package.json vs. the contents of node_modules. That's the approach taken by https://github.com/msiebuhr/slint Best regards, Papandreou -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://githu