Paul Irish
Paul Irish
Reported by @jayflux ``` CHROME_PATH=/usr/bin/google-chrome NODE_EXTRA_CA_CERTS=/etc/pki/tls/certs/ca-bundle.crt _=/usr/bin/env [developer@sounds-performance sounds-performance]$ sudo -E node index.js which: no chromium-browser in (/sbin:/bin:/usr/sbin:/usr/bin) which: no chromium in (/sbin:/bin:/usr/sbin:/usr/bin) { Error: connect ECONNREFUSED 127.0.0.1:33429 at Object._errnoException...
A test for https://github.com/GoogleChrome/chrome-launcher/issues/81  see also https://github.com/GoogleChrome/lighthouse/pull/4192#issuecomment-356150346 > i was thinking a more functional test. e.g. some module that require()s chrome-launcher successfully typechecks with TS.
`--test-type=foo` has some interesting effects: https://cs.chromium.org/search/?q=kTestType%5Cb&type=cs Need to collect its effects and make sure ALL users of chrome-launcher want these changes made.
from https://github.com/GoogleChrome/lighthouse/issues/910: ------- Running lighthouse currently on an android phone is pretty tedious. Ideally a user should be able to run lighthouse and pick a connected android phone to run...
One requirement for adding a stack pack is reliably detecting that the stack/library/platform is being used by the page. We want this detection to be as reliable and bulletproof as...
AKA do we need both projects? just curious as I don't know which project to recommend. Thank you :) link: https://github.com/kriskowal/es5-shim/
https://chromedevtools.github.io/timeline-viewer/ has the ability to load traces over XHR from any host that's providing the JSON with proper CORS headers. (The google drive integration is designed to set the right...
Is there a wasm gunzip we can use?
Profiling quickly turns into a group conversation, and a trace is the ground truth. Traces are somewhat portable, but the conversation around them usually ends up siloed in email threads...
1. have a trace in your drive 2. never have given timeline-viewer permissions 3. try to open it. 4. errors arent useful. "Download of asset failed. CORS headers likely not...