Tim Kevin Oxley
Tim Kevin Oxley
Should be able to get constant memory usage if columnify processed the data as a stream rather than loading everything and processing it all in one go. Plan is: >...
If a column is squished, but a neighboring column isn't using all of it's available space, then columnify should figure out how to readjust widths so every column is using...
People need to be able to quickly and easily add their own cruft patterns.
basically `du -hd2 ./node_modules | grep M`
should be able to read package.json and deduce some stuff e.g. directories.examples as per [commonjs spec](http://wiki.commonjs.org/wiki/Packages/1.0#Package_Directory_Layout) and/or special opt-in package.json property (does this ignore what's listed? probably, considering they opted...
unsafe mode uses defaults safe mode only deletes explicitly identified cruft
Great stuff, this is 90% of the functionality I need from photoshop these days. Anyway… rather than requiring people to fork + PR tog et textures in, why not simply...
not
Would be good if there were a nice way to indicate that you want some set of expectations to _not_ match, e.g. test that adding a flag adds some value,...
Everything I looked at seems to be rated pretty well. Suggest perhaps making it harder to get > 4 stars. Also: Not clear exactly how metrics are measured. Suggest some...
This should probably be implemented as levelup's `gte`/`lte`/`limit` options instead. ``` js var filter = through({objectMode: true}, function (record, encoding, cb) { if (typeof record != "object") { if (options.keys)...