Jason Williams

Results 351 comments of Jason Williams

@bnb any particular reason why or it just happened organically?

Hey @LoicGoyet @koba04 It would be great if one of you could do a PR to change the documentation on the website! Once that's done I can help get it...

@bendytree thank you soo much I was getting this error on Centos

If it helps my google chrome installation step was... ``` # Install Google Chrome RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm RUN yum install ./google-chrome-stable_current_*.rpm -y RUN rm google-chrome-stable_current_*.rpm ``` (taken from https://www.cyberciti.biz/faq/howto-install-google-chrome-on-redhat-rhel-fedora-centos-linux/) I've...

Hey @paulirish I've created a testcase project for you all to try out. https://github.com/Jayflux/lighthouse-testcase This should help you with reproducing and debugging the issue

Managed to fix it. It was this issue, https://github.com/GoogleChrome/chrome-launcher/issues/6#issuecomment-341491690 Might be still worth keeping this issue open though, as i still get ``` which: no chromium-browser in (/sbin:/bin:/usr/sbin:/usr/bin) which: no...

Hey @jasonLaster what happened with this?

Not sure if related, I [asked](https://twitter.com/Jason_williams/status/1489152347637002243) the node devs about HTTP/3 support an it sounds like its just getting https://github.com/nodejs/node/pull/38233 reviewed. Im assuming a bulk of the implementation would e...

> Maybe this repo can solve problem > > https://github.com/hannoeru/jest-esbuild I've had better luck with this one so far