[nodejs] Nodeclipse 0.4 has been released

2013-05-19 Thread Tomoyuki Inagaki
Hi All, Nodeclipse 0.4 has been released. NodeEditor was integrated with JSDT JavaScript Editor. Check out below, http://marketplace.eclipse.org/content/nodeclipse http://www.nodeclipse.org/ Enjoy! Thanks. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent

[nodejs] 'Unshift' in transform stream

2013-05-19 Thread HungryHippo
I'm having a problem with streams2 transform. I have a stream which reads from a file and transforms the csv data to json. the transform works fine but at present if I have an incomplete chunk of data my 'unshift' command moves the data to my transform output rather than back to my transform in

Re: [nodejs] Re: [ANN] Ghost

2013-05-19 Thread Nuno Job
Alex: It's not a CMS, I think that's the whole point. Easy authoring and sharing, open source liberally licensed. Written in nodejs. :) Nuno On Sat, May 18, 2013 at 5:06 PM, Alex Kocharin wrote: > > It's just another CMS, right? > > I don't know... never used those, but I suppose it'd be nice

Re: [nodejs] Re: [ANN] Ghost

2013-05-19 Thread jmartins
Nuno, there are Github? regards joao Em domingo, 19 de maio de 2013 14h49min42s UTC-3, Nuno Job escreveu: > > Alex: It's not a CMS, I think that's the whole point. Easy authoring and > sharing, open source liberally licensed. Written in nodejs. :) > > Nuno > > > On Sat, May 18, 2013 at 5:06 PM

Re: [nodejs] Re: [ANN] Ghost

2013-05-19 Thread Nuno Job
Ghost is still active in kickstarter, it was an _idea_ just some months ago. I saw it running already at John's computer but the code will be released according to the kickstarter release schedule. I think that's August 2013. Btw, it is promisse based (oh noes) :P Nuno On Sun, May 19, 2013 at 9

[nodejs] net-ping 1.1.7 now available - implements trace route functionality

2013-05-19 Thread Stephen Vickers
Hi All, Version 1.1.7 of net-ping is now available and introduces the traceRoute() method to provide a function similar to the trace route utility on some networked operating systems. I've just uploaded it to npm, so you'll need to use the following link to access it right now: https://npmjs.

[nodejs] MacPorts vs. Homebrew

2013-05-19 Thread Jerome Covington
Hi guys, I've been doing it all on Ubuntu so far but I'm going to consolidate down to doing all my work on a Mac for a while here. Apt-get made a lot of sense to me and I'm wondering if I should learn ports or homebrew first just as far as what the NodeJS community might be using more often. -- R

Re: [nodejs] MacPorts vs. Homebrew

2013-05-19 Thread Nathan Rajlich
I use brew On Sun, May 19, 2013 at 4:02 PM, Jerome Covington wrote: > Hi guys, I've been doing it all on Ubuntu so far but I'm going to > consolidate down to doing all my work on a Mac for a while here. Apt-get > made a lot of sense to me and I'm wondering if I should learn ports or > homebrew

[nodejs] Re: MacPorts vs. Homebrew

2013-05-19 Thread mscdex
On May 19, 7:02 pm, Jerome Covington wrote: > Hi guys, I've been doing it all on Ubuntu so far but I'm going to > consolidate down to doing all my work on a Mac for a while here. Apt-get > made a lot of sense to me and I'm wondering if I should learn ports or > homebrew first just as far as what t

Re: [nodejs] MacPorts vs. Homebrew

2013-05-19 Thread Ryan Schmidt
On May 19, 2013, at 18:02, Jerome Covington wrote: > Hi guys, I've been doing it all on Ubuntu so far but I'm going to consolidate > down to doing all my work on a Mac for a while here. Apt-get made a lot of > sense to me and I'm wondering if I should learn ports or homebrew first just > as fa

[nodejs] [ANN] mysql2, node-mysql compatible mysql driver

2013-05-19 Thread Andrey
Hi all, https://npmjs.org/package/mysql2 - fast, node-mysql compatible mysql library. Protocol implementation is written from scratch, some functionality reused from node-mysql (pool, constants) Tested with node 0.6+, implemented in JavaScript, does not require mysql runtime. Additional featu

Re: [nodejs] Re: [ANN] Ghost

2013-05-19 Thread Jorge
Promises, promises... we'll see. On 19/05/2013, at 22:09, Nuno Job wrote: > Ghost is still active in kickstarter, it was an _idea_ just some months ago. > I saw it running already at John's computer but the code will be released > according to the kickstarter release schedule. I think that's Au

[nodejs] Re: MacPorts vs. Homebrew

2013-05-19 Thread Wil Moore
> Hi guys, I've been doing it all on Ubuntu so far but I'm going to > consolidate down to doing all my work on a Mac for a while here. Apt-get > made a lot of sense to me and I'm wondering if I should learn ports or > homebrew first just as far as what the NodeJS community might be using more

[nodejs] Re: MacPorts vs. Homebrew

2013-05-19 Thread Wil Moore
> > If you want to have a little more control, either compile from source or > grab a binary: http://nodejs.org/dist/v0.10.7/ > BTW, what I meant by "more control" is that some package managers like "brew" forces you to do really odd things with permissions (i.e. sudo, etc.) and I don't like

Re: [nodejs] MacPorts vs. Homebrew

2013-05-19 Thread Luke Arduini
Homebrew & Macports are both ok. I use homebrew for some things, but it's ruby. For managing node, however, I don't think it gets any better than nave. Search for it on GitHub, it's an indispensable tool. On Sunday, May 19, 2013, Jerome Covington wrote: > Hi guys, I've been doing it all on Ubunt