[nodejs] Re: why node-v0.12.4-x64.msi installation tries to install airserver?

2015-05-28 Thread Dmitry Nutels
y the installation of node.js 64bit under Windows tries >> to install airserver? >> The 32 bits does not require this, just install fine. >> >> > On Tuesday, May 26, 2015 at 3:43:13 PM UTC-4, Dmitry Nutels wrote: >> >> I concur. >> >> What the hel

[nodejs] Re: why node-v0.12.4-x64.msi installation tries to install airserver?

2015-05-26 Thread Dmitry Nutels
I concur. What the hell is that? Felt so crapware/malware to me that I cancelled it and re-checked that it's not a phishing site. What gives? On Monday, May 25, 2015 at 3:47:23 PM UTC+3, Mikael Sitruk wrote: > > Just wondering why the installation of node.js 64bit under Windows tries > to inst

Re: [nodejs] busboy, upload few files, 'finish' event doesn't work properly

2014-10-03 Thread dmitry . dmitriev
u use my console.log at the beginning of a file event, you should > see that they are all logged before finish. > > It's all about the asynchronous nature of javaScript. > > > > On Oct 3, 2014, at 8:12 AM, dmitry@wemaketraffic.com > wrote: > > I need to get &

Re: [nodejs] busboy, upload few files, 'finish' event doesn't work properly

2014-10-03 Thread dmitry . dmitriev
t; fstream = fs.createWriteStream(__dirname + '/../static/uploaded/' > + filename); > console.log('file ' + filename + ' uploading'); // mine > file.pipe(fstream); > fstream.on('close', function(){ > console

[nodejs] busboy, upload few files, 'finish' event doesn't work properly

2014-10-03 Thread dmitry . dmitriev
Hello,. I trying to upload few files through one input[type=file] with attribue 'multiple'. All work fine but 'finish' event firing before realy all work done. Does anyone know how to fix it? My server code: app.post('/multiupload', function(req, res) { var fstream; var files = []; v

Re: [nodejs] On C++, EventEmitter, Callbacks

2014-08-12 Thread Dmitry Unkovsky
erences to it's handle_ member, and every call to Ref is matched by call to Unref. See object_wrap.{h,cc} for the gory details. On 4 August 2014 21:44, Ingwie Phoenix wrote: > Hey Dmitry, > > thank you for your explanation, although this is not my first C++ addon. This > time, I ju

Re: [nodejs] On C++, EventEmitter, Callbacks

2014-08-04 Thread Dmitry Unkovsky
Hey Ingwie! You don't just create EventEmitter in C++. Well, technically you could, but that's not how things are usually done in node-js addons. If you have your ToughClass in C++ class for heavylifting, it should inherit from ObjectWrap, which enables your ToughClass to interact with v8 GC and

Re: [nodejs] Re: comments in package.json

2013-10-03 Thread Dmitry Pashkevich
received this message because you are subscribed to a topic in the > Google Groups "nodejs" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/nodejs/NmL7jdeuw0M/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > no

[nodejs] Re: comments in package.json

2013-10-02 Thread Dmitry Pashkevich
Sorry for resurrecting an old thread, but have you considered using JSON5 ( https://github.com/aseemk/json5)? Author's rationale: > JSON isn't the friendliest to *write*. Keys need to be quoted, objects > and arrays can't have trailing commas, and comments aren't allowed — even > though none of

Re: [nodejs] Parse Buffer into an http.IncomingMessage

2013-08-29 Thread Dmitry Unkovsky
Not that easy, but you could do something like what parserOnHeadersComplete does in _http_common.js together with connectionListener in _http_server.js. If you're really into it. On 24 August 2013 19:31, Chris Ackerman wrote: > I have a net.Server listening and on 'data' emit, depending on the co

[nodejs] Re: gumba.js

2013-04-11 Thread Dmitry Yakimov
I have created site for this package: http://gumba.welldan97.com/ Thanks! On Thursday, March 21, 2013 2:59:39 PM UTC+7, Dmitry Yakimov wrote: > > Hey guys, I've just created this package - Gumba. It's like awk or sed but > in coffeescript with underscore, underscore.string

[nodejs] gumba.js

2013-03-21 Thread Dmitry Yakimov
Hey guys, I've just created this package - Gumba. It's like awk or sed but in coffeescript with underscore, underscore.string support by default. Take a look: https://github.com/welldan97/gumba Hope you'll find it usefull. Dmitry -- -- Job Board: http://jobs.nodejs.org/ Pos

Re: [nodejs] localAddress ipv6 binding

2012-06-26 Thread Dmitry
I will investigate this issue. 2012/6/26 Backspace > Yes, the connection is ok > > wget -qO- http://www.whatismyipv6.com--bind-address=2a01:::::2 i > returns > > > WhatIsMyIPv6? (IPv6: 2a01:::::2 ) > > > > > On Tuesday, June 26, 2012 3:55:52 PM UTC+2, Ben Noordhuis w

[nodejs] Re: Node-soap args

2012-03-23 Thread Dmitry Bochkarev
Unfortunately, nodesoap dead ... I spent about a week to get it to work with only one server turned out. I advise you to look at other platforms like ruby(http://savonrb.com/). On Mar 22, 10:15 pm, loom3 wrote: > New to node and soap. > Trying a simple test with node-soap: > >     var url = 'http

[nodejs] Re: Make errors: Linux ia32, for node-v0.6.6 and node-v0.4.8

2012-03-23 Thread Dmitry Bochkarev
good job, thanks On Mar 22, 8:53 pm, Ben Noordhuis wrote: > On Thu, Mar 22, 2012 at 04:35, Dmitry Bochkarev > wrote: > > but without tls support node useless. > > > 1) download opnessl sources from openssl.org > > 2) ./config shared > > 3) cd ../node-v0.6.

[nodejs] Re: Make errors: Linux ia32, for node-v0.6.6 and node-v0.4.8

2012-03-21 Thread Dmitry Bochkarev
don't forget add /usrl/local/ssl/lib to LD_LIBRARY_PATH: # echo ' /usr/local/ssl/lib' >> /etc/ld.so.conf.d/local.conf On Mar 22, 8:35 am, Dmitry Bochkarev wrote: > but without tls support node useless. > > 1) download opnessl sources from openssl.org > 2) ./conf

[nodejs] Re: Make errors: Linux ia32, for node-v0.6.6 and node-v0.4.8

2012-03-21 Thread Dmitry Bochkarev
SSL_get_app_data(ssl)); to: Connection* c = static_cast(SSL_get_app_data((SSL*)ssl)); line 1004: Connection* c = static_cast(SSL_get_app_data(ssl)); to: Connection* c = static_cast(SSL_get_app_data((SSL*)ssl)); On Mar 21, 12:53 pm, Dmitry Bochkarev wrote: > Hello everyone. I jus

[nodejs] Re: Make errors: Linux ia32, for node-v0.6.6 and node-v0.4.8

2012-03-21 Thread Dmitry Bochkarev
Hello everyone. I just compile node v 0.6.13 in CentOS 4. 1) in file src/node_zlib.cc comment line 217 'strategy == Z_FIXED ||' line 341 'NODE_DEFINE_CONSTANT(target, Z_FIXED);' 2) export PYTHON=python2.4;export CC="/usr/bin/gcc4";export CXX="/usr/ bin/g++4";./configure --without-snapshot --withou

[nodejs] Howto sign into a browser game with openid account?

2012-02-09 Thread dmitry
Hi everyone! I am trying to make a bot for browser game with node.js. I need to login into game main page with login and password from openid account than I will be able to perform game actions by sending post requests to game server. How do I exacty do it? -- Job Board: http://jobs.nodejs.org/ P