John Hewson
John Hewson
@anagrius, it's safe to use - sorry I've been crazy busy but I *will* be merging PRs and fixing bugs soon.
Hi @abdala, yes it's been a few years but I shall take a look soon.
I don't see what this has to do with byline. You're saying that: ```js var writeStream = fs.createWriteStream(tmpFilePath, {flags: 'w', encoding: 'utf-8'}); ``` followed by: ```js writeStream.write(text + os.EOL); ```...
Also you have an inconsistency in your code for the encodings 'utf8' vs 'utf-8'.
Ok, so does this: ```js // ... stream.on('data', function(text) { /// read line by line console.log(text) }); ``` Print only one line to the console?
This was added in #32, please update to 5.0.
Oh, I see. Yes, something needs to be done about this.