Eric Bidelman

Results 302 comments of Eric Bidelman

Lighthouse CI docs are up! Check out https://github.com/ebidel/lighthouse-ci#auditing-github-pull-requests and LMK if you run into issues. To run on WPT, you'll want to use [`--runner=wpt`](https://github.com/ebidel/lighthouse-ci#running-on-webpagetest-instead-of-chrome). Example output (the GH comment and...

If you open up the network panel what request is it trying to make that's failing? If you're running locally you need to run the frontend and back separately. frontend...

Thanks for filing. It's a known issue with that sample. I'll see what I can do :)

I think the GCP project has been taken down. Unfortunately I no longer have access to that project.

Can you post the code you were running? Sometimes the VMs also get in a bad state (run out of memory). I need to come up with a solution to...

Ironically, this by itself works: ``` (async() => { console.log('Hello, World'); })(); ``` I think we can get around it by adding an `await` in front of the user code...

Unfortunately, that won't work if the user just has: ``` const browser = await puppeteer.launch(); ... ```

Yea good call. There should probably be a disconnect somewhere just to be safe. Want to submit a PR?

How many can what handle? Wouldn't it depend on your platform / environment? On Sun, Jul 8, 2018, 7:58 PM Sahan Dissa wrote: > @ebidel How many concurrent request can...