Paul Irish

Results 538 comments of Paul Irish

@devrelm the #2513 fix is shipped in [email protected] thx very much for the suggestion! ------ update mar 2018: I have an early branch up here with additional types: https://github.com/GoogleChrome/lighthouse/blob/typechecking/typings/externs.d.ts and...

https://github.com/GoogleChrome/lighthouse/issues/7408 explores if output-path should take a folder, but we didn't do it yet. That's mostly unrelated to this topic tho

I like this proposal. The layering feels right . I see a lot of room for improvement in that exported API, so I'm excited to get to that part.

ndb isnt maintained right now. apologies.

I've reproduced this plenty of times. At this point it's a known issue of the project. I have successfully managed to capture a profile with the latest NDB but it...

It _may_ be possible to package this up with [pkg](https://github.com/zeit/pkg). I don't think this is a priority for us right now, though. But you're welcome to explore it.

@magus also proposed this over here: https://github.com/treosh/lighthouse-ci-action/issues/2#issuecomment-622027310 In a subsequent comment he gave an example: https://github.com/magus/lighthouse-ci-output/blob/master/.github/workflows/ci.yml ... and here's the [CI logs](https://github.com/magus/lighthouse-ci-output/runs/638824574?check_suite_focus=true) I like this since it just allows people...

Reading https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops it doesn't provide many expectations around CPU load.. or any options for it. But it does say "(Linux only) Run steps in a cgroup that offers 6 GB...

Oh and much like azure pipelines... github actions apparently also allows self-hosted runners: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners

probably a tad easier to review without the whitespace changes: [?w=1](https://github.com/atotic/event-loop/pull/3/files?w=1)