Alex Rudenko

Results 1196 comments of Alex Rudenko

A test image has been published to Github Registry https://github.com/web-platform-tests/wpt/pkgs/container/wpt Who has permissions to make it public (see https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility)? See a test PR using the new image https://github.com/web-platform-tests/wpt/pull/46279/files and the...

I can pull it locally now. Restarted the PR, let's see if task cluster handles it.

There is a failure with unit tests: https://community-tc.services.mozilla.com/tasks/VhcQQUZTRbKo0yq-bZPDXQ/runs/0/logs/live/public/logs/live.log It does look like some python dependency issue since the docker image was not updated for a few months: ConftestImportFailure: TypeError: field()...

@vekien are there any ongoing AWS incidents? we are also able to connect from our networks.

> Can anyone from Google help us understand why this is such a hard thing to do, when everyone is already building their own arm64 binaries? Is it really just...

The following should be the list of packages that are needed on Debian Linux https://source.chromium.org/chromium/chromium/src/+/main:chrome/installer/linux/debian/dist_package_versions.json

this looks like a client side redirect so Puppeteer cannot detect it: ``` ❯ curl -v https://digitalxtend.com/ * Host digitalxtend.com:443 was resolved. * IPv6: 64:ff9b::321:82be, 64:ff9b::fc5:9421 * IPv4: 3.33.130.190, 15.197.148.33...

This seems to have regressed in some of the recent Puppeteer versions.

Actually, it has been happening already in at least v20 (so not a new regression, if a regression at all).

@Vasile-Peste you could set `await page.setJavaScriptEnabled(false);` before navigating to disable all of the JavaScript or set up a request interception and block anything that looks like a client side redirect....