Aaron Sun

Results 2 issues of Aaron Sun

I have a project that has a npm script that runs from the root directory. The gruntfile.js is in a utils subdirectory. the command in package.json is `"watch": "grunt --gruntfile...

I'm running the following code on [hip_main.dat](http://cdsarc.u-strasbg.fr/viz-bin/Cat?I/239#sRM2.1) (50+ mb) and sometimes the chunks are broken up into two `'data'` events. ``` javascript var fs = require('fs'); var chunking = require('chunking-streams');...

enhancement