Re: [nodejs] recent raspberry-pi builds?

2014-01-22 Thread Jeroen Janssen
athan Rajlich: > > On Sun, Jan 19, 2014 at 1:26 PM, Jeroen Janssen > > > wrote: > >> Hi, >> >> It seems that after nodejs v0.10.22 the node-..-linux-arm-pi.tar.gz has >> not been build and uploaded to dist. >> Similar for the v0.11 line, as v0.11.9 is

[nodejs] recent raspberry-pi builds?

2014-01-19 Thread Jeroen Janssen
Hi, It seems that after nodejs v0.10.22 the node-..-linux-arm-pi.tar.gz has not been build and uploaded to dist. Similar for the v0.11 line, as v0.11.9 is the last one with raspberry pi binaries. Is anyone still building these binaries (manually)? Best regards, Jeroen -- -- Job Board: http

[nodejs] Re: Build fail - windows 7 - npm install mogodb

2013-08-29 Thread Jeroen Janssen
verify that you have installed the items listed on the node-gyp page related to Windows 7 64-bit building and try again? Hopefully that will solve your problem. Best regards, Jeroen Janssen Op donderdag 29 augustus 2013 16:19:30 UTC+2 schreef Roger Tremblay: > > Hey there, pretty new to no

[nodejs] Re: The problem with the current working directory

2013-08-26 Thread Jeroen Janssen
>From http://nodejs.org/docs/latest/api/globals.html#globals_dirname it states: __dirname isn't actually a global but rather local to each module. So it actually works in each module (not just the main file). Best regards, Jeroen Janssen Op maandag 26 augustus 2013 14:25:26 UTC+2

[nodejs] Re: How to integrate node.js with VMWare ESXi to manage Virtual Machines?

2013-08-22 Thread Jeroen Janssen
Hi, It seems the vSphere Web Services SDK has WSDL file(s) that you might be able to use. Have you tried looking into using those? (you need to register on the vmware website in order to download the SDK) Best regards, Jeroen Janssen Op donderdag 22 augustus 2013 13:48:24 UTC+2 schreef

[nodejs] Re: parse python file docstrings using node.js

2012-11-16 Thread Jeroen Janssen
Hi, I don't have anything yet, but I am also interested in something like this. Maybe some of the Javascript web-based IDEs have a python parser in javascript that could be usefull for this purpose? Best regards, Jeroen Janssen On Thursday, November 15, 2012 8:37:04 PM UTC+1, Ken Koontz

[nodejs] nodejs library for Team Foundation Server api?

2012-10-11 Thread Jeroen Janssen
). Thanks in advance, Jeroen Janssen -- 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. To post to this group, send email

[nodejs] Re: What Editor / OS / Dev enviroment do you use?

2012-09-21 Thread Jeroen Janssen
Hi, I am using Sublime Text 2 (with SublimeLinter and the Google Closure Linter) on Windows. Jeroen On Thursday, September 20, 2012 6:42:27 PM UTC+2, Andrew Mclagan wrote: > > Im switching to Ubuntu after struggling with windows, i will replace > notepad++ with Vim and finally get into termina

[nodejs] Re: finding out which packages use node-waf?

2012-06-29 Thread Jeroen Janssen
On May 11, 12:56 pm, Jeroen Janssen wrote: > Hi, > > Is there an (easy) way of finding out which npm packages use node-waf? > I would like to find out which node modules that build C/C++ code have > not switched to node-gyp yet. > > I was hoping it could be derived from the

[nodejs] Re: node-gyp build issues

2012-06-24 Thread Jeroen Janssen
n practice for dealing with this, but I don't know it exactly. Best regards, Jeroen Janssen On Jun 24, 1:37 pm, Qasim Zaidi wrote: > Hi, > > I have a native module (http://github.com/qzaidi/magickwand) that > builds just fine with node-waf. Now that node 0.8 is due to be > relea

[nodejs] Re: Unable to compile node v0.8 RC7 on ARM (Beaglebone)

2012-06-22 Thread Jeroen Janssen
Hi, I'm going to try building node master on my Synology 211j again (Feroceon 88FR131 rev 1 (v5l)) I remember from past experience that I had to patch SConstruct to pass -march=armv5t and have armeabi to soft (default was softfp). It seems now (maybe back then aswell) you I can actually pass --d

[nodejs] Re: Threads_a_gogo for Windows?

2012-06-18 Thread Jeroen Janssen
Hi, As far as I can tell threads-a-gogo uses pthreads directly, so it will not work without some "porting" work. I am not sure if libuv provides enough api points to implement this module directly on top of libuv (i.e. as a 'platform abstraction'). Also it seems this module is still using node-wa

[nodejs] Re: any updates on v0.8.0 timeline?

2012-06-01 Thread Jeroen Janssen
On 1 jun, 16:22, Ben Noordhuis wrote: > On Fri, Jun 1, 2012 at 7:07 AM, Vitaly Puzrin wrote: > > A there any known expectation about node 0.8 release? Or about 0.7.x > > stability. > > > We need 3-bytes unicode chars support, and that's impossible in 0.6 branch. > > Just more fresh v8 required. >

[nodejs] Re: Extensions under node v0.6.0+

2012-05-23 Thread Jeroen Janssen
Hi, Have you tried using node-gyp to build your extension? https://github.com/TooTallNate/node-gyp Best regards, Jeroen On 23 mei, 16:54, "anarki...@inbox.ru" wrote: > I am also trying to make the hello world example for Windows but no > success so far. I am using VS2010. > > I have generated

[nodejs] Re: Running module tests using nmp in a multi-platform way

2012-05-23 Thread Jeroen Janssen
Hi, there are several modules that have a toplevel 'test.js' that is run from package.json (instead of shell script). An example is: https://github.com/laverdet/node-fibers/blob/master/test.js https://github.com/laverdet/node-fibers/blob/master/package.json#L12 Best regards, Jeroen On 23 mei,

[nodejs] Re: Suggestions on how to print from node.js

2012-05-18 Thread Jeroen Janssen
that from node. Also, since the SDK requires Windows it means that the printer server is going to run on Windows right? (i.e. the physical printer is connected to a Windows machine via USB) Best regards, Jeroen Janssen -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://

[nodejs] Re: Suggestions on how to print from node.js

2012-05-18 Thread Jeroen Janssen
receive already in "PDL" format? 2) How is the attached printer actually attached? (i.e. network based or USB) 3) (as already mentioned somewhere else in this thread) Have you looked at CUPS? Best regards, Jeroen Janssen On May 18, 5:51 am, Tauren Mills wrote: > I'd like t

[nodejs] Re: Node Version 0.6.18 (stable)

2012-05-15 Thread Jeroen Janssen
Hi, great work! for those interested, this version also includes a V8 fix that improves stability related to node-fibers. see also: https://github.com/joyent/node/commit/52f0c37d0912f3a348ef52788be604ccbd9d1a07 (this fix was already present in the V8 used in the 0.7.x tree) On May 15, 7:06 pm,

[nodejs] Re: finding out which packages use node-waf?

2012-05-13 Thread Jeroen Janssen
On May 11, 11:40 pm, Nathan Rajlich wrote: > Hhhmmm, it's possible that npm injected "install" scripts at one point. > Isaac? After some investigation it seems npm does package.json parsing and 'fixes' some typos, adds some extra (_npmVersion, _nodeVersion) items, etc as part of: https://github.c

[nodejs] Re: finding out which packages use node-waf?

2012-05-12 Thread Jeroen Janssen
On May 11, 8:48 pm, Nathan Rajlich wrote: > Here's the list of packages with "preinstall", "install", or "postinstall" > scripts:http://registry.npmjs.org/-/scripts?scripts=install,preinstall,postin Is there a way to sort this list on 'updated' date? (i.e. recently updated packages have a 'h

[nodejs] Re: finding out which packages use node-waf?

2012-05-11 Thread Jeroen Janssen
On May 11, 8:48 pm, Nathan Rajlich wrote: > Here's the list of packages with "preinstall", "install", or "postinstall" > scripts:http://registry.npmjs.org/-/scripts?scripts=install,preinstall,postin Thanks for the query! I noticed though that there are atleast 2 entries stating node-gyp usag

[nodejs] finding out which packages use node-waf?

2012-05-11 Thread Jeroen Janssen
package, unpacking it and checking for the wscript file? Best regards, Jeroen Janssen -- 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

[nodejs] Re: how to port 0.4 async module to 0.6?

2012-04-12 Thread Jeroen Janssen
detection' (which I am not so happy about) to load the right addon depending on nodejs version. The resulting work compiles ok and plays sound, but unfortunately I get a SEGV which I haven't been able to pinpoint (gdb just seems to hang if I try to debug it) Best regards, Jeroen J

[nodejs] how to port 0.4 async module to 0.6?

2012-03-13 Thread Jeroen Janssen
uv). Best regards, Jeroen Janssen -- 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. To post to this group,

[nodejs] Re: rabbitmq flooding nodejs app

2012-03-08 Thread Jeroen Janssen
is actually written into couchdb. And I can have multiple messages 'in processing' so I don't write to couchdb on every message being processed. I hope this makes sense. I was also wondering if anyone else has a similar setup or if there is some kind of (better?) pattern that can be appli

[nodejs] Re: Which advices to build my project ? (stream audio)

2012-02-26 Thread Jeroen Janssen
Hi, I don't know how far along it is, but http://www.webrtc.org/ looks to be something that might be interesting to you. Best regards, Jeroen On Feb 26, 1:30 am, Mark Hahn wrote: > I don't think browsers support microphone input.  I could be wrong. > > > > > > > > On Sat, Feb 25, 2012 at 7:25

[nodejs] Re: can you install cloud9 ide now?

2012-02-26 Thread Jeroen Janssen
Hi, Which version of nodejs are you using? There is a pull request for 0.6.x support at https://github.com/ajaxorg/cloud9/pull/726 Also, there is a cloud9 specific mailinglist at https://groups.google.com/group/cloud9-ide Best regards, Jeroen Janssen On Feb 26, 8:08 am, 李白字一日 wrote

[nodejs] Re: I cant install jade on windows

2012-02-21 Thread Jeroen Janssen
On Feb 21, 6:38 pm, Bert Belder wrote: > Another day, another UNKNOWN error. That's a bug :-) I wonder if it is possible to not have it tell UNKNOWN error but instead just print the string value of the (numeric) errorcode. That would greatly improve (future) troubleshooting aswell (not having to

[nodejs] Re: REPL crash in production

2012-02-16 Thread Jeroen Janssen
but he has those hooks surrounded by try/catch to not crash stuff in case of mistakes. I hope this helps. Jeroen Janssen On Feb 16, 10:21 pm, Laurent Perrin wrote: > I just had a bad surprise on a production server and thought I'd share it. > > I have a complex node process that can

[nodejs] Re: node v0.6.6 crashes on http.get calls. Error: connect Unknown system errno 10060

2012-02-13 Thread Jeroen Janssen
Hi, I don't see a patch/fix for this yet, is it as simple as adding: case WSAETIMEDOUT : return UV_ETIMEDOUT; to uv_translate_sys_error in libuv src/win/error.c? Best regards, Jeroen Janssen On 6 feb, 00:29, Bert Belder wrote: > On Feb 5, 11:45 pm, Ben Noordhuis wrote: > > &

[nodejs] Re: Printing straight to default printer without showing print dialogue in CakePHP application

2012-02-10 Thread Jeroen Janssen
s specific printer features (some things are standardized in postscript, but depending on the printer features it could require a special 'ticket' in front of the job). You would also need to know the hostname of the printer from the server, so what happens if a new printer is installed?