Vic Woeltjen

Results 4 comments of Vic Woeltjen

Supporting a jshint-like syntax for reporter options would also be useful, e.g.: ``` js gulp.task('checkstyle', function () { return gulp.src(paths.scripts) .pipe(jscs()) .pipe(jscs.reporter('jscs-html-reporter', { reporterOutput: __dirname + "/jscs-report.html" })); }); ```

Would love to see this too! This is one of the missing features that keeps causing me to fall back to tools other than nomnoml (which I hate to do,...

@kerryjiang - continue to run into this, and after some debugging, I believe I understand why. In particular, this occurs when sending several large (~200k) text frames in quick succession....

Thanks - I've tried this with SuperSocket.WebSocket v1.6.6 but still see this issue.