Dr. Justin Ribeiro, Ph.D.
Dr. Justin Ribeiro, Ph.D.
Humm, can't dup it the error on the latest image:  I have a set of rebuilds happening at moment, let me see if a lighthouse rev bump solves it.
I've pushed a small fix for this; it should build successfully now (at least in my test runs it now does). If you're still having issues building and running, feel...
Humm, yeah, I'm not having this issues on any of my linux deploys; let me fire up WSL2 and see what's cooking.
CAPSYS and/or SECCOMP don't handle file system permissions between the container and the host. Without seeing the command you're running and your Docker setup it's hard to tell, but based...
The container simply defines the volume and workdir that is owned by the unprivileged `chrome` user; there isn't anything particularly special about it: https://github.com/justinribeiro/dockerfiles/blob/8e60d235551a04b2095d41509d88668850ebccfa/lighthouse/Dockerfile#L56-L61 Pulling latest, I can bind and...
At the time I wrote that comment, I was trying to discourage people from sending Googlebot things you wouldn't send a user (which the guidance has always been from the...
I don't have guidance specific to Angular at the moment, but with the way that Firebase Functions and Rendertron work together, it's not a huge leap to take a similar...
> If I activate autoload, the Intersection Observer will basically instantly trigger as the video is above the fold. Do you have any opinion on this scenario? Will adding lite-youtube...
CSP more than a nonce for this. One, you'd have to update your CSP rules for img-src and frame-src (otherwise things will block and youtube's iframe will not load): ```...
Ahhh, yes, the style-src issue. That's my bad; I forget that'll throw because of the shadowDom inject, better known as the old 627 issue https://github.com/WICG/webcomponents/issues/627. Your original question makes a...