Tobias Lidskog

Results 8 comments of Tobias Lidskog

Another way might be to create regions (e.g. transparent svg rects) of configurable widths, and attach mouseenter/leave listeners. If you have a screenshot every 500ms, you ask for slices (and...

Sure, even slices was a simplified example. You'd ask for the intervals you need/have data for. setItUp([0, 48, 52, 120, 287, 1204]), ...)

The solution is probably just to delete these lines: https://github.com/sitespeedio/chrome-har/blob/master/index.js#L763-L768 Trying to fit JSON encoded post data into anything but a plain text is just a fool's errand.

Is there a url where it happens consistently? That would be helpful for debugging.

Hi! Late to the game, on vacation. The internal properties (prefixed with __) are implementation details that can (and have) change, so exposing them as external API is not intended....

Hi @DannyvanHolten! Could you please provide a url for a site where you see this, as well as the version of sitespeed.io/coach you're using. I tried this on a few...

Hi! For Browsertime, the numbers are indeed collected using Selenium. As best possible, we try to instruct each browser to disregard caching (by adding browser specific start flags, and restarting...

The checkstyle maven plugin has quite a few options, like inline config, config in files, and config in jar files of plugin dependencies. I imagine re-implementing all of them would...