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

[nodejs] Re: Unclosed connections to CouchDB using Cradle

2013-02-26 Thread papandreou
with a EADDRNOTAVAIL error. I'm not using cradle, but a homegrown abstraction around the request module. I'll try 0.8.21 today, and if that fails, I'll try bisecting my way through the node.js code. Best regards, Andreas Lind Petersen (papandreou) On Monday, February 25, 2013 8:43:44 AM UTC+1, Luca

[nodejs] Re: Any way to wrap http.serverResponse?

2013-02-24 Thread papandreou
Hi Deitch, Take a look at https://github.com/papandreou/express-hijackresponse I haven't tried it in this exact setting, but I think it might work, even without Express. Best regards, Andreas Lind Petersen (papandreou) On Wednesday, February 20, 2013 9:05:35 PM UTC+1, deitch wrote: Yeah, I

[nodejs] Re: Advice when using streams, pipe and waiting for metadata

2012-12-15 Thread papandreou
it up and get it released. Best regards, Andreas Lind Petersen (papandreou) On Wednesday, December 12, 2012 10:27:25 AM UTC+1, Paul Connolley wrote: Hi there Long time lurker, first time poster. I've been working on a module for the last couple of weeks as a bit of a training exercise. I´ve

[nodejs] Re: testing mongoose validation with vows

2012-11-05 Thread papandreou
is to add a bogus 2nd argument to your vow function. Best regards, Andreas Lind Petersen (papandreou) On Sunday, November 4, 2012 12:07:59 PM UTC+1, Alberto Gori wrote: I discovered that the problem is not inherent to mongoose validation method, but to vows. Incredibly vows fails to manage

[nodejs] Re: EMFILE error in reading a lot of files

2012-07-02 Thread papandreou
(papandreou) On Monday, July 2, 2012 1:56:12 AM UTC+2, Adeel Qureshi wrote: I am getting the EMFILE error when I am trying to read a bunch of files to search for user provided strings. I understand that its because node is running out of file descriptors with too many files open but i cant seem

[nodejs] Re: Asset management in node.js

2012-04-15 Thread papandreou
regards, Andreas Lind Petersen (papandreou) On Saturday, April 14, 2012 8:19:06 AM UTC+2, Martin Wawrusch wrote: Hi guys, I am looking for an asset management solution similar to sprockets / assetpipeline on rails ( http://guides.rubyonrails.org/asset_pipeline.html#manifest-files-and-directives

[nodejs] Re: Google Digest email for NodeJS

2012-02-03 Thread papandreou
Yup, happened to me, too. Got my last nodejs and nodejs-dev digest on Jan 20th. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups nodejs group.