Eric Bidelman

Results 71 issues of Eric Bidelman

> However, when I choose See Full Results it opens developers.google.com which is blocked here. Since, to my knowledge, developers.google.cn is just a mirror of developers.google.com we can't make local...

I've seen several of the service worker samples that have fallbacks, workarounds for earlier versions of Chrome, and perhaps outdated practices. This can be confusing when someone is trying to...

`navigator.clipboard.getText()` is no longer part of the idea. ![screen shot 2018-09-13 at 3 03 52 pm](https://user-images.githubusercontent.com/238208/45518415-45c6be00-b766-11e8-9adb-e9e17d17095e.png)

Both desktop data dumps for this month (2017-01-01 and 2017-01-15) are showing malformed data. Known issue? http://httparchive.org/interesting.php

bug
P3

The example uses `rel="0"` but I can't find this param in the element. Is it leftover? `````` ``` ``````

We default to the `https://` version of a URL if the user doesn't include a protocol in their testing URL. To avoid invoking the tools before we know the site...

It would be helpful to project a QR of the pdf results on the 2nd display results screen.

Lots of pages reporting 0bytes since April:

bug

In lighthouse-data.mjs there are opportunities to parallelize some of the promises in saveReport. We touch memcache, firestore several times, and cloudstorage to update metadata, cache entries, and (re-save) reports. We...

For dev/testing, it would be a good idea to keep our prod data separate from dev. Especially once we have users :) - Cloud storage buckets for dev/prod. (Already have...