Ben March

Results 18 comments of Ben March

The same commit for `1.7.0-rc1` has been released as `1.7.0` so this applies equally to that release as well as the release-candidate

Updated because this bug also affects the `v1.34.1` container docker run -it --rm --ipc=host mcr.microsoft.com/playwright:v1.34.1 /bin/bash ![image](https://github.com/microsoft/playwright/assets/24650490/848cf474-da1a-4f3d-9291-1ed72975dd2e) ![image](https://github.com/microsoft/playwright/assets/24650490/2f2e70b6-d26a-4098-9422-0e54fff6d040) Pinning to `1.34.0` seems to be a workaround

I can see why this would be very useful, especially if your CI/CD solution does not give you the ability to run jobs exclusively, or specify concurrency etc. All the...

If we looked at doing this, and did not implement "lock_timeout" as an explicit parameter, think of the following problem: _The user specifies say `lock-timeout=30s` for `plan` and `apply`, passed...

Another workaround is to start the server as part of the Docker build process and wait for the files to be downloaded into the cache ```Dockerfile # build / install...

https://github.com/DataDog/browser-sdk/issues/2471#issuecomment-1857997007 is roughly how we do it and works good > Still getting HTTP 426 errors You may be missing this line: `proxy_http_version 1.1;` Nginx proxy will default to http...

We encountered both issues when going from 1.10 to 1.11 First, `terraform init` complained that there was no subscription ID. This was solved by adding ARM_SUBSCRIPTION_ID env var, you could...