[nodejs] Re: [ANN] node-xml-lite

2012-07-10 Thread dhruvbird
On Monday, July 9, 2012 2:52:31 AM UTC-7, Henri Gourvest wrote: Le 09/07/2012 07:38, dhruvbird a �crit : Also, how is this different from node-xml? - https://github.com/robrighter/node-xml https://github.com/robrighter/node-xml/issues/18 node-xml have to read the whole file

[nodejs] NES compiler written with node.js

2012-07-10 Thread Klaus Silveira
I just wanted to share the amazing work of a friend of mine. It is a c6502 NES compiler written with node.js, featuring real-time compilation, built-in sprite editor and code editor, and a nice little integration with Ben Firshman's JSNES emulator. http://gutomaia.net/nodeNES/ -- Job Board:

[nodejs] Re: a nodejs api search tool, the vim way, just type what you want.

2012-07-10 Thread Yordan Ivanov
Really nice! 09 юли 2012, понеделник, 18:00:15 UTC+3, lizhepro написа: https://lh6.googleusercontent.com/-vWYoxzAeC_8/T_rxEL3Pr-I/ADg/GfCrZDNrLy4/s1600/NodejsAPI.png # Nodejs API [nodejsapi](http://nodejsapi.cloudfoundry.com/) inspired by

[nodejs] npm install redis error

2012-07-10 Thread hd nguyen
Hi, I'm using windows 7 64 bit, nodeJs 0.8.1 and intend to create a simple example about pub/sub with Redis. But now I cannot install nodejs redis module to use, get error when executing: *npm install redis* or *npm install hiredis* * * *[image: Inline image 1] * * * Not sure anything wrong

Re: [nodejs] npm install redis error

2012-07-10 Thread Jamil Antonino
I don't use windows myself, but from what I understand, many node modules can't be compiled on windows because they require a *nix environment. I could be wrong, but I distinctly remember reading that somewhere On Jul 10, 2012, at 3:06 PM, hd nguyen wrote: Hi, I'm using windows 7 64 bit,

Re: [nodejs] npm install redis error

2012-07-10 Thread hd nguyen
Yes you're right. But I wonder we should have a nodejs redis module can be built in windows environment without *make* command to use ? Thanks. On Tue, Jul 10, 2012 at 2:21 PM, Jamil Antonino ja...@fluidsoul.net wrote: I don't use windows myself, but from what I understand, many node modules

[nodejs] Re: [ANN] node-xml-lite

2012-07-10 Thread Henri Gourvest
Le 10/07/2012 08:02, dhruvbird a écrit : What do you mean by ANSI parser? ANSI = 1 byte/character Unicode in Js = 2 byte/character (UCS2) It is an ANSI parser because it can parse inputs from a Buffer that is an array of bytes. Most of times XML is encoded in UTF8. UTF8 is a special ANSI

Re: [nodejs] Re: [ANN] node-xml-lite

2012-07-10 Thread Ryan Schmidt
On Jul 10, 2012, at 02:42, Henri Gourvest wrote: Le 10/07/2012 08:02, dhruvbird a écrit : What do you mean by ANSI parser? ANSI = 1 byte/character A curious and highly personal definition to be sure. -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] npm install redis error

2012-07-10 Thread Ryan Schmidt
On Jul 10, 2012, at 02:41, hd nguyen wrote: But I wonder we should have a nodejs redis module can be built in windows environment without makecommand to use ? I'm sure that would be delightful. Have you filed a bug report about this problem with the authors of this module? -- Job Board:

Re: [nodejs] npm install redis error

2012-07-10 Thread hd nguyen
Thanks I posted this issue to git, but not sure it's fixed (soon or late). Any suggestion to help me build redis module on windows 7? On Tue, Jul 10, 2012 at 2:55 PM, Ryan Schmidt google-2...@ryandesign.comwrote: On Jul 10, 2012, at 02:41, hd nguyen wrote: But I wonder we should have a

[nodejs] Install zmq nodejs module on windows 7

2012-07-10 Thread hd nguyen
Hi, I intend to create simple nodejs app using pub/sub features of ZeroMq, but cannot install zmq module on windows 7 64 bit. I googled it and seem it's acceptable bug, now zmq module does not support windows. Any suggestion to build this module on windows? Or if you have this node modules,

Re: [nodejs] How to pause or stop live streaming

2012-07-10 Thread Dominic Tarr
this question does not have enough information to answer it. what modules/API/framework are you using to 'stream live' as you say? I'm not familiar with socket.send(..) node uses socket.write(data) or socket.pipe(stream) On Tue, Jul 10, 2012 at 2:58 AM, Ket kettin...@gmail.com wrote: Hi guys,

Re: [nodejs] How to pause or stop live streaming

2012-07-10 Thread Arnout Kazemier
Sounds more like a Socket.IO API to me, as that has a socket.send() method. To send data in realtime / live. If the question was about socket.io then you can just do socket.disconnect() On Tuesday, July 10, 2012 at 12:19 PM, Dominic Tarr wrote: this question does not have enough information

[nodejs] Re: [ANN] node-xml-lite

2012-07-10 Thread Henri Gourvest
Le 10/07/12 09:54, Ryan Schmidt a écrit : A curious and highly personal definition to be sure. what name should I use instead ? ASCII ? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message

[nodejs] Any X WIndows bindngs for Node.js ?

2012-07-10 Thread AaronNGray
Are there any X WIndows bindngs for Node.js ? Many thanks in advance, Aaron -- 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

Re: [nodejs] npm install redis error

2012-07-10 Thread Tim Smart
I'm pretty sure that is just a warning. You don't need hiredis to use the redis module. The last line of the output says that redis@0.7.2 was installed into ../node_modules. Tim. On Tuesday, 10 July 2012, hd nguyen wrote: Hi, I'm using windows 7 64 bit, nodeJs 0.8.1 and intend to create a

Re: [nodejs] Re: Unable to install anything using npm

2012-07-10 Thread Harlan H. Bloom
I downloaded the lastest version of npm from the website this morning. Here is the install output: isaacs-npm-103d049$ make install scripts/doc-build.sh doc/api/restart.md man/man3/restart.3 make[1]: Entering directory `/data/home/harlan/Downloads/development/javascript/isaacs-npm-103d049'

[nodejs] child_process.spawn issue in 0.8.x

2012-07-10 Thread wavded
The following code worked fine in 0.6.19, but fails in 0.8.x: https://github.com/applieddataconsultants/pdfsnag/blob/master/pdfsnag.js#L108-110 I know spawn changed a bit in how it handles stdio in 0.8.x. The issue is that wkhtmltopdf is either failing because of write permissions issue (its

Re: [nodejs] How to pause or stop live streaming

2012-07-10 Thread Ket
Thanks V1 Yes, it stream live data from web browser. I'll try your method. -- 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

[nodejs] Re: [node-dev] How to create an ObjectWrap factory?

2012-07-10 Thread Ben Noordhuis
Moving this to nodejs, nodejs-dev is for core node development. On Tue, Jul 10, 2012 at 3:52 PM, aludin anwar.lu...@gmail.com wrote: Hi, I am trying to return wrapped objects from a single object playing the role an object factory. I ve tried something like this but it does nt seem to work:

Re: [nodejs] Re: bus error building nodejs 0.8.2

2012-07-10 Thread Ben Noordhuis
On Tue, Jul 10, 2012 at 7:40 AM, Ryan Schmidt google-2...@ryandesign.com wrote: On Jul 4, 2012, at 05:22, Ben Noordhuis wrote: Also, if you have the time and the inclination, it'd be interesting to track down the cause of the bus error. I'm not sure I know how to do this, but as a start,

[nodejs] Re: Unable to install anything using npm

2012-07-10 Thread mscdex
On Jul 10, 8:36 am, ec.developer ec.develo...@gmail.com wrote: Have you tried to update the npm instead of installing newer version? Try sudo npm -g update npm Kind of hard to do if he can't retrieve anything from npm ;-) -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: Any X WIndows bindngs for Node.js ?

2012-07-10 Thread AaronNGray
On Tuesday, 10 July 2012 12:31:38 UTC+1, AaronNGray wrote: Are there any X WIndows bindngs for Node.js ? Found a Node.js based X WIndows window manager :- https://github.com/mixu/nwm Aaron -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] NES compiler written with node.js

2012-07-10 Thread Nuno Job
This is super cool :) Thanks for sharing! Nuno On Tue, Jul 10, 2012 at 5:20 AM, Klaus Silveira klaussilve...@gmail.comwrote: I just wanted to share the amazing work of a friend of mine. It is a c6502 NES compiler written with node.js, featuring real-time compilation, built-in sprite editor

Re: [nodejs] * ANN * new package: winston-sentry

2012-07-10 Thread Nuno Job
Great stuff Cristiano :) A blog post illustrating would be great btw :) Nuno On Mon, Jul 9, 2012 at 7:56 PM, Cristiano Valente cristiano.vale...@gmail.com wrote: Hello! I have just published my first package. It is a very basic sentry transport for winston. It allows to use the standard

Re: [nodejs] NES compiler written with node.js

2012-07-10 Thread Stewart Mckinney
This is great. :D On Tue, Jul 10, 2012 at 12:20 AM, Klaus Silveira klaussilve...@gmail.comwrote: I just wanted to share the amazing work of a friend of mine. It is a c6502 NES compiler written with node.js, featuring real-time compilation, built-in sprite editor and code editor, and a nice

[nodejs] Re: How to create an ObjectWrap factory?

2012-07-10 Thread Micheil Smith
On Tuesday, July 10, 2012 2:52:47 PM UTC+1, aludin wrote: Hi, I am trying to return wrapped objects from a single object playing the role an object factory. I ve tried something like this but it does nt seem to work: // the ObjectWrap factory which also inherits from ObjectWrap.

Re: [nodejs] npm install redis error

2012-07-10 Thread hd nguyen
I don't think so, Tim. I checked node_module folder but it's empty :( On Tue, Jul 10, 2012 at 7:15 PM, Tim Smart t...@fostle.com wrote: I'm pretty sure that is just a warning. You don't need hiredis to use the redis module. The last line of the output says that redis@0.7.2 was installed

[nodejs] NPM and Optional Dependencies and Etiquette

2012-07-10 Thread Rob Ashton
Hey, We encountered some fun times with Zombie today, which has dependencies listed of dependencies: { eventsource: ~0.0.5, html5: ~0.3.8, jsdom: =0.2.14, mime: ~1.2.5, ms: ~0.1.0, q: ~0.8.4, request: ~2.9.202, tough-cookie: ~0.9.13, ws: ~0.4.14 },

[nodejs] Re: a nodejs api search tool, the vim way, just type what you want.

2012-07-10 Thread eddyystop
This'll be very useful. Thanks! On Monday, 9 July 2012 11:00:15 UTC-4, lizhepro wrote: https://lh6.googleusercontent.com/-vWYoxzAeC_8/T_rxEL3Pr-I/ADg/GfCrZDNrLy4/s1600/NodejsAPI.png # Nodejs API [nodejsapi](http://nodejsapi.cloudfoundry.com/) inspired by

[nodejs] Re: [ANN] node-xml-lite

2012-07-10 Thread dhruvbird
Why not utf-8? I mean javascript string are unicode by default, so what's wrong with supporting international characters (this is probably very important). On Tuesday, July 10, 2012 4:25:49 AM UTC-7, Henri Gourvest wrote: Le 10/07/12 09:54, Ryan Schmidt a �crit : A curious and highly

[nodejs] Re: [ANN] node-xml-lite

2012-07-10 Thread dhruvbird
On Tuesday, July 10, 2012 12:42:35 AM UTC-7, Henri Gourvest wrote: If you want to decode a xml document by chunks, you can cut a character, if the partial chunk is decoded from UTF8 to Unicode to be parsed by node-xml there will be a character lost, ouch! Sorry, but I didn't understand

[nodejs] Re: Install zmq nodejs module on windows 7

2012-07-10 Thread mscdex
On Jul 10, 6:04 am, hd nguyen nguyenhd2...@gmail.com wrote: Any suggestion to build this module on windows? Or if you have this node modules, please share me. Try this instead and let me know if it works for you: npm install https://github.com/mscdex/zeromq.node/tarball/master -- Job Board:

Re: [nodejs] npm install redis error

2012-07-10 Thread dvbportal
Use an older version of the redis module. They didn't default to hiredis and were pure JS. - Hans On Tuesday, July 10, 2012 5:41:06 PM UTC+2, hd nguyen wrote: I don't think so, Tim. I checked node_module folder but it's empty :( On Tue, Jul 10, 2012 at 7:15 PM, Tim Smart t...@fostle.com

[nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Nathan Sobo
I'm interested in embedding Node.js into the Chromium renderer process for an internal tool I'm building for GitHub. This is a situation where running Node as a subprocess won't suffice, so I'm curious what the barriers are do doing this in process. *Using Chromium's V8 Context* Node is

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Ben Noordhuis
On Tue, Jul 10, 2012 at 8:31 PM, Nathan Sobo nat...@github.com wrote: I'm interested in embedding Node.js into the Chromium renderer process for an internal tool I'm building for GitHub. This is a situation where running Node as a subprocess won't suffice, so I'm curious what the barriers are

Re: [nodejs] npm install redis error

2012-07-10 Thread Amit Shah
Hi, You can clone redis from its git repositoryhttps://github.com/mranney/node_redis . Yes, hiredis dep wont be there, but the pure JS parser will get you started. have a look at the README, its well documented. Sincerely, Amit On Wed, Jul 11, 2012 at 12:57 AM, dvbportal

Re: [nodejs] child_process.spawn issue in 0.8.x

2012-07-10 Thread Ben Noordhuis
On Tue, Jul 10, 2012 at 3:58 PM, wavded wav...@gmail.com wrote: The following code worked fine in 0.6.19, but fails in 0.8.x: https://github.com/applieddataconsultants/pdfsnag/blob/master/pdfsnag.js#L108-110 I know spawn changed a bit in how it handles stdio in 0.8.x. The issue is that

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Nathan Rajlich
^ That sounds like exactly the feature I need for NodObjC :) On Tue, Jul 10, 2012 at 1:05 PM, Ben Noordhuis i...@bnoordhuis.nl wrote: On Tue, Jul 10, 2012 at 8:31 PM, Nathan Sobo nat...@github.com wrote: I'm interested in embedding Node.js into the Chromium renderer process for an internal

Re: [nodejs] child_process.spawn issue in 0.8.x

2012-07-10 Thread wavded
Thanks Ben for your response: Your cat example fixed the problem with wkhtmltopdf but .pipe() doesn't close properly so the response never finishes. ``` wkhtmltopdf.stdout.pipe(res) ``` This starts a download in the browser but never completes (however if I kill the server it completes :) I

Re: [nodejs] child_process.spawn issue in 0.8.x

2012-07-10 Thread Ben Noordhuis
On Tue, Jul 10, 2012 at 10:37 PM, wavded wav...@gmail.com wrote: Thanks Ben for your response: Your cat example fixed the problem with wkhtmltopdf but .pipe() doesn't close properly so the response never finishes. ``` wkhtmltopdf.stdout.pipe(res) ``` This starts a download in the browser

Re: [nodejs] child_process.spawn issue in 0.8.x

2012-07-10 Thread wavded
Ahh, found out that I the first `cat |` was causing the issue for whatever reason, this commit fixed the issue for me: https://github.com/applieddataconsultants/pdfsnag/commit/27b3b078651260328274b46c852100caba177b29 On Tuesday, July 10, 2012 3:48:20 PM UTC-5, Ben Noordhuis wrote: On Tue, Jul

[nodejs] [ANN] Nodejitsu Public Beta

2012-07-10 Thread Nuno Job
Hi, We (Nodejitsu) are super excited to be in public beta now. If you want to try our dead simple deployment process, this is the perfect time to do it: http://nodejitsu.com If you have any issues please report at #nodejitsu at freenode! Thanks guys, Nuno -- Job Board:

[nodejs] Bug with mocha + Step + node.js?

2012-07-10 Thread Thijs Vermeir
Hi, I think I run into a bug with mocha, step and node.js. I have this very little program that can be run with mocha and it passes the test and prints hello world. However it should fail because of the not existing function. When the function with the hello world print is commented, it fails

[nodejs] https://new.npmjs.org/ test coverage

2012-07-10 Thread Graeme Foster
In order to soak up its nodey design philosophy I've been looking at the repo for https://new.npmjs.org/, but I can't find any tests! I've only dabbled with toy websites myself (at least with node), but when I've played around I've started with an end-to-end test to kick off the TDD process

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Brandon Benvie
Appjs runs Chromium on the same thread as Node, though we're still not exactly the best way to go about bridging the contexts. Presumably this should be feasible now and maybe I'll give it a go to day. Doing this means modifying CEF to give up its vice grip on the V8 context and everything in

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Brandon Benvie
Oh and this is the related code https://github.com/milani/appjs/blob/master/src/includes/cef_loop.cpp -- 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

[nodejs] How to count concurrent requests to my server?

2012-07-10 Thread Domenic Denicola
I am trying to create a mini dashboard for my server that shows number of unfinished requests. (BTW if there's a better term for that let me know.) Here is what I have, but I don't think it's catching all the response finishes: server.server.on(request, function (request, response) {

[nodejs] Re: How to count concurrent requests to my server?

2012-07-10 Thread Roly Fentanes
Response is a stream, should emit the `end` event. Are you sure it emits `finish`? And if there is an error it might emit `error` or `close` instead of `end`. On Tuesday, July 10, 2012 2:25:15 PM UTC-7, Domenic Denicola wrote: I am trying to create a mini dashboard for my server that shows

Re: [nodejs] npm install redis error

2012-07-10 Thread Dan Shaw
hiredis is an optionalDependency. (In fact, it is the main reason why optionalDependency was added to npm!) node_redis should work fine without hiredis. If this is reproducible, please file a issue: https://github.com/mranney/node_redis/issues Daniel Shaw @dshaw On Tue, Jul 10, 2012 at 12:06

Re: [nodejs] [ANN] Nodejitsu Public Beta

2012-07-10 Thread Arvind Gupta
congrats nuno!!! On 11 Jul 2012 02:30, Nuno Job nunojobpi...@gmail.com wrote: Hi, We (Nodejitsu) are super excited to be in public beta now. If you want to try our dead simple deployment process, this is the perfect time to do it: http://nodejitsu.com If you have any issues please report

Re: [nodejs] Re: bus error building nodejs 0.8.2

2012-07-10 Thread Ryan Schmidt
On Jul 10, 2012, at 09:27, Ben Noordhuis wrote: Does it work when you build with `make CFLAGS+=-O0 CXXFLAGS+=-O0`? -O1 or -O2? This failure was with -O2 (the MacPorts default). I'll try with -O0, -O1 and -Os. -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: How to count concurrent requests to my server?

2012-07-10 Thread mscdex
On Jul 10, 5:25 pm, Domenic Denicola dome...@domenicdenicola.com wrote: I am trying to create a mini dashboard for my server that shows number of unfinished requests. (BTW if there's a better term for that let me know.) I would listen for response's 'close' event. As Roly mentioned, this should

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Nathan Sobo
On Tuesday, July 10, 2012 2:05:56 PM UTC-6, Ben Noordhuis wrote: On Tue, Jul 10, 2012 at 8:31 PM, Nathan Sobo nat...@github.com wrote: I'm interested in embedding Node.js into the Chromium renderer process for an internal tool I'm building for GitHub. This is a situation where

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Nathan Sobo
Glad to hear from you again. App.js looks cool. I'd love to talk on gchat about this if you have time. On Tuesday, July 10, 2012 3:17:32 PM UTC-6, Brandon Benvie wrote: Oh and this is the related code https://github.com/milani/appjs/blob/master/src/includes/cef_loop.cpp -- Job Board:

[nodejs] Buffer memory allocation

2012-07-10 Thread David Björklund
Yo! If I allocate a Buffer of size 1gb - 1 byte (maximum size of a Buffer) the memory usage of the process doesn't increase by 1 gb but far less - how and where are a Buffer's memory allocated? - David Björklund -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] https://new.npmjs.org/ test coverage

2012-07-10 Thread Isaac Schlueter
Yeah, I've been wondering the same thing. There's a very boring todo item there to set up a bootstrap thingie so that a script will spin up a couchdb and redis instance for development. (Right now, I usually point it at the staging DB, or just the public one, but that's going to be super

[nodejs] Re: Any X WIndows bindngs for Node.js ?

2012-07-10 Thread Andrey
http://github.com/sidorares/node-x11 - native javascript, zero dependency X client. Implements core X11 protocol (not fully yet), and some extensions - render, damage, composite, apple-wm, screensaver, xtest, shape, xc-misc. I have simple window manager, VNC client, and tetris game as

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Ben Noordhuis
On Wed, Jul 11, 2012 at 12:56 AM, Nathan Sobo nat...@github.com wrote: I'm glad to hear you're thinking about this. What's the mutual exclusion situation look like? When I call functions that modify the uv_loop_t struct from another thread, will I need to synchronize that access, or would that

Re: [nodejs] Buffer memory allocation

2012-07-10 Thread Ben Noordhuis
On Wed, Jul 11, 2012 at 1:14 AM, David Björklund david.bjorkl...@gmail.com wrote: Yo! If I allocate a Buffer of size 1gb - 1 byte (maximum size of a Buffer) the memory usage of the process doesn't increase by 1 gb but far less - how and where are a Buffer's memory allocated? - David

[nodejs] Version 0.6.20 (maintenance)

2012-07-10 Thread Isaac Schlueter
This is the first maintenance release in the 0.6 series, since 0.8 is the new stable release family. Maintenance releases will be done from time to time for npm updates and major bug fixes, until the end of 2012. However, you are strongly encouraged to upgrade to v0.8 as soon as possible.

Re: [nodejs] WARNING: don't use IOWatcher, it'll be removed in v0.9

2012-07-10 Thread Marc
Thank you very much for that information, Ben. At the moment this part of my software is working. The warning is not nice but I have to see when I find some time to try your proposed solution. Feedback would be great if anyone else is working on such a package meantime. Am Mittwoch, 4. Juli

Re: [nodejs] Re: [ANN] node-xml-lite

2012-07-10 Thread Alan Gutierrez
On Tue, Jul 10, 2012 at 10:09:57AM -0700, dhruvbird wrote: On Tuesday, July 10, 2012 12:42:35 AM UTC-7, Henri Gourvest wrote: If you want to decode a xml document by chunks, you can cut a character, if the partial chunk is decoded from UTF8 to Unicode to be parsed by node-xml there

Re: [nodejs] Re: Any X WIndows bindngs for Node.js ?

2012-07-10 Thread Aaron Gray
On 11 July 2012 00:27, Andrey andrey.sido...@gmail.com wrote: http://github.com/sidorares/node-x11 - native javascript, zero dependency X client. Implements core X11 protocol (not fully yet), and some extensions - render, damage, composite, apple-wm, screensaver, xtest, shape, xc-misc. I have

Re: [nodejs] Re: Install zmq nodejs module on windows 7

2012-07-10 Thread hd nguyen
It works great. Thanks so much :) On Wed, Jul 11, 2012 at 1:14 AM, mscdex msc...@gmail.com wrote: On Jul 10, 6:04 am, hd nguyen nguyenhd2...@gmail.com wrote: Any suggestion to build this module on windows? Or if you have this node modules, please share me. Try this instead and let me

Re: [nodejs] Node.JS On Raspberry Pi

2012-07-10 Thread Nathan Rajlich
Thanks! Mine should me coming in on Thursday, so good timing :) On Tue, Jul 10, 2012 at 6:13 PM, Geoff Flarity geoff.flar...@gmail.comwrote: FYI, I've created a github page with links to a binary and build instructions for getting Node to run on the Raspberry Pi:

[nodejs] Error linking v8 while cross-compiling for Drobo FS

2012-07-10 Thread Jason Schmidt
I have a 32-bit Ubuntu virtual machine following the instructions from http://www.droboports.com/setting-up-a-vm Everything seems to build successfully up until the end of v8 CXX(target) /home/zannalov/code/node-v0.8.2/out/Release/obj.target/v8_base/deps/v8/src/accessors.o ... CXX(target)

Re: [nodejs] Embedding Node.js in the Chromium render process

2012-07-10 Thread Nathan Sobo
On Tuesday, July 10, 2012 6:06:22 PM UTC-6, Ben Noordhuis wrote: On Wed, Jul 11, 2012 at 12:56 AM, Nathan Sobo nat...@github.com wrote: I'm glad to hear you're thinking about this. What's the mutual exclusion situation look like? When I call functions that modify the uv_loop_t struct