Evan Oxfeld

Results 6 issues of Evan Oxfeld

Unzip stops prematurely in Node 0.10.0 without an error when inflating compressed files that are larger than the zlib stream's highWaterMark (16 kb). I believe the issue is the line...

I continue to be floored by the response to this project. While the original implementation was written on a lark, I carried on as a means to better understand streams,...

Most of the way fix for #16. Working in node 0.10.3 on jquery-ui-1.10.0.custom.zip but not in node 0.8.x testing against ``` javascript var unzip = require('unzip'); var fs = require('fs');...

Selecting an option in a single select changes the model first to the option's value, then to null, then back to the option's value. Model watch behavior should match the...