Search Discussions
-
Hi there, I have a directory with a very large number of files in them (over 1M). I need to process them, so I'm using fs.readdir() on the directory. The problem is, fs.readdir() returns everything ...
Aseem Kishore
Oct 8, 2014 at 1:49 am
Oct 10, 2014 at 3:24 pm -
I've been following async to sync discussions for years but I have one fundamental question. Is it possible to wrap an async function in a library such that it can be called from code that is written ...
Mark Hahn
Oct 24, 2014 at 3:02 pm
Oct 29, 2014 at 8:07 pm -
Who puts their node_modules into source control and who doesn't. It's been asked before, but this is more a show-of-hands question. I'm fighting the corner to put them into SC and wondered what ...
Adrian Lynch
Oct 29, 2014 at 2:20 pm
Oct 31, 2014 at 8:20 pm -
I am currently looking into using oj, a Objective-C like syntax for JS. Why I didn’t use Objective-J? Its not nodejs-friendly. But oj lacks a preprocessor…but I need one. Actually, I only need one ...
Kevin Ingwersen (Ingwie Phoenix)
Oct 28, 2014 at 2:26 pm
Nov 4, 2014 at 3:43 pm -
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 ...
Dmitry Dmitriev
Oct 3, 2014 at 2:04 pm
Oct 10, 2014 at 3:24 pm -
I'm wondering what are some common ways to approach the problem of figuring out which arguments the user has passed to a function. It's a problem I've encountered many times when writing libraries ...
Eyal Arubas
Oct 5, 2014 at 5:32 pm
Oct 7, 2014 at 7:47 am -
Hi, I'm currently building a small Node.js prototype which is aimed to run in a production system on AIX 7.x. Tue to the fact, the solution should run at a industrial customer with strong SLA's, I'm ...
Dieter Reuter
Oct 27, 2014 at 2:11 pm
Nov 4, 2014 at 5:57 pm -
Node.js rewrite for Android with the compatible API. http://instantwebp2p.github.io/node-android/ Features - Node.js 0.10.x compatible API - libUV native support - Timer, set/clear Timeout/Interval - ...
Tom
Oct 14, 2014 at 2:55 pm
Oct 17, 2014 at 2:48 pm -
sorry I'm new to github, how do I get the source changes from v0.10.22 to v0.10.23 ? what's the exact github command to get source ? Thanks for your help ! -- Job board: http://jobs.nodejs.org/ New ...
Ning Ji
Oct 5, 2014 at 5:23 am
Oct 5, 2014 at 5:07 pm -
Is there a way to determine, by inspecting the node_modules directory in some way or by running some npm command, what version of node built the modules therein, especially the binary modules? -- Job ...
Ryan Schmidt
Oct 31, 2014 at 2:04 pm
Nov 3, 2014 at 5:07 pm -
I'm happy with the installation of nodejs itself; my question is around where to put our actual js files. Does anyone have any suggested locations and reasons why they use them? We've considered ...
Clarkie
Oct 15, 2014 at 9:11 pm
Oct 19, 2014 at 7:01 pm -
Hey all, I'd appreciate some input on a design decision that I'm trying to make. I have a product that has a fairly robust REST API, with around 100 endpoints and options. My hope is to setup a ...
Dmank
Oct 7, 2014 at 1:54 pm
Oct 14, 2014 at 1:34 pm -
Hi, Is it possible to run Node.js code in existing systems where web container Application Server is Jetty or Weblogic? If so, how? Maybe with Nodyn ( ...
Rene Ummels
Oct 13, 2014 at 1:59 pm
Oct 14, 2014 at 1:32 pm -
I've got a strange problem with an app running on NodeJS, which I'd appreciate any help with. The problem manifests as either TypeError trying to access objects that haven't been initialized ...
Matt Ginzton
Oct 8, 2014 at 12:00 am
Oct 10, 2014 at 8:24 pm -
We've just released a module that kicks in automatically and provides caching when an Express route is hit by more than one visitor simultaneously: https://github.com/punkave/express-cache-on-demand ...
Tom Boutell
Oct 19, 2014 at 7:03 pm
Oct 22, 2014 at 3:44 pm -
Hi folks: I am trying to determine if the GC behavior for a Node application. What's the recommended way to have Node application get some information like: 1. V8 heap size at each minute 2. # of GCs ...
Wei
Oct 24, 2014 at 3:01 pm
Oct 31, 2014 at 2:14 pm -
On my Win7/Cygwin laptop, I had node/karma/phantomjs working fine, which I use from the "maven-karma-plugin" in Maven. I'm now trying to use a Linux VM sharing the same Windows filesystem. It's not ...
David Karr
Oct 29, 2014 at 8:28 pm
Oct 30, 2014 at 3:37 pm -
I am creating a linux shared object (.so) from an existing binary tool written in C, writing a custom C++ v8 bound native add on which links to the shared object. Everything so far is working ...
Jas
Oct 22, 2014 at 3:12 pm
Oct 29, 2014 at 2:20 pm -
Hi. I use node 0.10.30 on CentOS release 6.5 (Final). I have big problem with exports._unrefActive. When i have about 2K connections in my app. exports._unrefActivestarts loading the CPU ...
Sergei
Oct 22, 2014 at 1:32 pm
Oct 24, 2014 at 9:10 pm -
Demo: http://jonschlinkert.github.io/remarkable/demo/ Repo: https://github.com/jonschlinkert/remarkable Everyone who tried to extend existing markdown js implementations can note, that all internal ...
Vitaly Puzrin
Oct 23, 2014 at 4:34 am
Oct 24, 2014 at 5:21 pm -
The docs say ... " 'ax' - Like 'a' but fails if path exists." and a bit later ... "The exclusive flag 'x' ensures that path is newly created." What is the point is using the 'ax' mode if it can't ...
Mark Volkmann
Oct 22, 2014 at 1:31 pm
Oct 22, 2014 at 5:15 pm -
Hello everyone, so I'm trying to install node and bower on my computer but I'm having some difficulty doing so. The MSI installer isn't working for me (Despite going through the Windows 7 ...
Nodenoob
Oct 18, 2014 at 9:42 pm
Oct 20, 2014 at 9:51 pm -
I'm trying to wrap up some hardware libraries for use with Node.js and have run into a casting issue. I did some searching around, but Google and the cheat sheets failed me. Can anyone answer how I ...
Jeremy Darling
Oct 17, 2014 at 4:01 am
Oct 18, 2014 at 5:03 pm -
Hello friends. I see still there are many modules based on Streams1, when in Node 0.10 Streams2 implementation has appeared. Are there any plans about deprecating Stream1 in a far/near future?? If ...
Q2dg2b
Oct 12, 2014 at 1:03 am
Oct 13, 2014 at 11:21 pm -
hi we are using express.js app and we are running it using following command node app.js it sends a lot of request logs to the console, sometimes with errors too, we also use it to output some info ...
Manjunath
Oct 5, 2014 at 3:28 am
Oct 5, 2014 at 5:07 pm -
I would like to know how exactly parallel execution works. I'm using nimble module to execute some functions in parallel, and the result of those executions be used for a final calculation. When I ...
Kleyson Rios
Oct 1, 2014 at 2:38 pm
Oct 3, 2014 at 2:05 pm -
I'm looking for help with building an addon for Node.js on AIX. I'm working on an AIX 7.1 powerpc box, with Node.js 0.11.13 for powerpc from andrewlow/node on GitHub. Make is GNU Make v 3.81; gcc is ...
Michael Pyne
Oct 14, 2014 at 1:31 pm
Nov 3, 2014 at 7:00 pm -
So, all unix users know this: cat myfile | ./someProg someProg assumes its data to come to STDIN and wouldn’t take other arguments. But, how do we do that in NodeJS? Imagine we have the contents of ...
Kevin Ingwersen (Ingwie Phoenix)
Oct 31, 2014 at 2:14 pm
Oct 31, 2014 at 8:10 pm -
I have run into a problem and have tried several thing to resolve the problem. The following code: if (v8::Context::InContext()) { cb- Call(v8::Context::GetCurrent()- Global(), argc, argv); } Is ...
Jas
Oct 28, 2014 at 7:24 pm
Oct 29, 2014 at 4:56 pm -
The docs clearly state that the parent end of a pipe can be opened via the stdio array on the child_process instance. But the docs do not state anything about how to open the pipe in the child. Now ...
Tim Kuijsten
Oct 26, 2014 at 4:14 pm
Oct 27, 2014 at 2:45 pm -
Hi, I just want to know how do you unit-test that the following function, part of many node packages, returns expected result? var http = require('http'); var https = require('https'); function ...
Honza Břečka
Oct 25, 2014 at 10:46 pm
Oct 27, 2014 at 2:12 pm -
I would like to setup an IPC pipe with a submodule. Unfortunately it seems impossible to provide a stdio array with fork like the way this is done with spawn. Two questions: 1. is the following ...
Tim Kuijsten
Oct 26, 2014 at 7:03 pm
Oct 27, 2014 at 2:12 pm -
Hi, I need to convert a Buffer to an ArrayBuffer and vice versa. Is it possible to do so that without copying mem? npm memcpy does not work Regards, Michael -- Job board: http://jobs.nodejs.org/ New ...
Michael Wittig
Oct 23, 2014 at 3:19 pm
Oct 24, 2014 at 3:01 pm -
Hello! Please tell me how to call the file with some query. I need to run "D:/PROGRAMS/Dev/App/app.exe" --query 'some search' Completely confused, and whether, it is possible to make? Thank you very ...
Nodeusers
Oct 21, 2014 at 2:37 pm
Oct 21, 2014 at 9:53 pm -
Ok, stuck again. Got everything working with the integer and pointer thing from all the help before (thanks!) but now I'm stuck in another place. The source files I have are .C files with .H ...
Jeremy Darling
Oct 20, 2014 at 8:18 pm
Oct 20, 2014 at 8:37 pm -
I am having to use Eclipse for my node.js development and testing. What is the recommended plugin for node development, specifically autocomplete and tools such as find definition, find usages and ...
Reza Razavipour
Oct 18, 2014 at 4:36 am
Oct 19, 2014 at 7:00 pm -
I have a Node ObjectWrap subclass object that handles a uv_async_send from a thread I don't control (from a key-value store library I'm using that can trigger an event at any time). I would like to ...
Grant Hutchins
Oct 15, 2014 at 5:30 am
Oct 15, 2014 at 12:08 pm -
I'm trying to install this on Mac OS X and haven't found a good summary of the steps. Here are some of the steps I have seen. I'm guessing I don't really need all the make commands I ran. git clone ...
Mark Volkmann
Oct 12, 2014 at 4:41 pm
Oct 12, 2014 at 7:45 pm -
Hi, have you ever considered puting in Node.js V9 implementation of Canvas rendering? I know that Node is server side but it would be nice to have the same api in both client and server without need ...
Łukasz Jagodziński
Oct 11, 2014 at 5:07 pm
Oct 11, 2014 at 5:20 pm -
I have installed node v0.13.0-pre on my ubuntu. I need to uninstall it and install stable version but i don't have source of this pre version and i can't remember where i download it from!. maybe ...
Hassan
Oct 10, 2014 at 3:23 pm
Oct 11, 2014 at 1:45 pm -
Hello Team! I wanted to know, what are the advantages (if there are) of calling functions from modules using *modules.exports* as opposed adding all the functions to the main app JS file. I am ...
Sameer Joshi
Oct 2, 2014 at 9:04 am
Oct 8, 2014 at 2:29 pm -
I can tell the following code executes as far as logging "second piece of index-colorbox.html written", but not to logging "writeUntilBufferFull()". Any suggestions why the "drain" event doesn't ...
P. Douglas Reeder
Oct 3, 2014 at 4:00 am
Oct 5, 2014 at 5:23 am -
Trying to enable java guys to reproduce the results I get using crypto.createCipher(algorithm, password) for AES-256-CBC. They have the same key (password) but cannot reproduce the same results. They ...
Chris Casey
Oct 3, 2014 at 2:04 pm
Oct 3, 2014 at 6:58 pm -
Hi, I'm running v0.11.13 on my dev machine, but I was wondering if it will have a security loophole regarding the POODLE vulnerability that 0.10.33 resolved? Would it be recommended to roll back to a ...
Matt Fletcher
Oct 30, 2014 at 2:16 pm
Oct 30, 2014 at 3:37 pm -
is desktop wallpaper change possible on node js -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules ...
Ganbat otgonbaatar
Oct 29, 2014 at 2:20 pm
Oct 29, 2014 at 2:58 pm -
<http://stackoverflow.com/questions/26584291/ajax-request-not-working-in-expressjs# Hi Sir/Madam, If i make an ajax request from the client side to the server side ...
Pradeep raj
Oct 27, 2014 at 2:12 pm
Oct 27, 2014 at 2:45 pm -
Hey everyone. I am working on a website that will have an image gallery. For bandwith related stuff, I would like to only dispaly a shrinked image and when its clicked, dispaly a full version of it ...
Ingwie Phoenix
Oct 26, 2014 at 8:01 pm
Oct 27, 2014 at 2:13 pm -
This release handles the recent POODLE vulnerability by disabling SSLv2/SSLv3 by default for the most predominate uses of TLS in Node.js. It took longer than expected to get this release accomplished ...
Timothy J Fontaine
Oct 23, 2014 at 7:39 pm
Oct 26, 2014 at 8:44 pm -
Hi, I got a private repo on bitbucket which needs password to clone it. My question is how to set the password for the repo? The program only asks me the password for the remote server then says ...
Lei Jing
Oct 23, 2014 at 1:48 am
Oct 23, 2014 at 4:34 am -
I have a situation where the server I am accessing (via http) from my nodejs code is using Kerberos. Are there any recommended modules one could use? Looking for the easy button :-) -- Job board ...
Deva Kumaraswamy
Oct 20, 2014 at 8:38 pm
Oct 22, 2014 at 3:12 pm
Group Overview
group | nodejs |
categories | nodejs |
discussions | 99 |
posts | 322 |
users | 141 |
website | nodejs.org |
irc | #node.js |
141 users for October 2014
Archives
- June 2016 (26)
- May 2016 (85)
- April 2016 (79)
- March 2016 (100)
- February 2016 (89)
- January 2016 (67)
- December 2015 (89)
- November 2015 (76)
- October 2015 (73)
- September 2015 (121)
- August 2015 (135)
- July 2015 (186)
- June 2015 (172)
- May 2015 (181)
- April 2015 (217)
- March 2015 (238)
- February 2015 (294)
- January 2015 (337)
- December 2014 (269)
- November 2014 (296)
- October 2014 (323)
- September 2014 (375)
- August 2014 (293)
- July 2014 (222)
- June 2014 (92)
- May 2014 (245)
- April 2014 (594)
- March 2014 (463)
- February 2014 (645)
- January 2014 (674)
- December 2013 (715)
- November 2013 (558)
- October 2013 (560)
- September 2013 (597)
- August 2013 (944)
- July 2013 (911)
- June 2013 (594)
- May 2013 (763)
- April 2013 (966)
- March 2013 (1,002)
- February 2013 (953)
- January 2013 (1,060)
- December 2012 (869)
- November 2012 (856)
- October 2012 (1,164)
- September 2012 (938)
- August 2012 (1,154)
- July 2012 (1,514)
- June 2012 (1,339)
- May 2012 (1,317)
- April 2012 (1,580)
- March 2012 (1,231)