Vic Woeltjen

Results 9 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.

I'm seeing this happen a lot more often today than I have previously; a lot of sites now fail with errors like: > Refused to display 'https://github.com/nasa/openmct' in a frame...

That's roughly the solution I'd go for, but instead of a redirect to populate the `iframe` I'd just make those changes in the DOM directly. I think adding a wait...

> Test URL's via a "Test" button that checks the entered URL and looks for the "Load denied..." server response. Show a message to the user within the dialog interface....

@charlesh88 - I looked through the UI docs to grab some relevant mockups, but I couldn't find the section that described info bubbles. Do you have these?

Open question: Should this telemetry value update live while the info bubble is showing, or should it be a timestamp/value pair frozen in time at the moment the hover occurred?...