dolores-dei
dolores-dei
Same issue here, running Arch. KDE Plasma version 6.1.3 Wayland, when running 150% scaling ( or any fractional option really ).
I've also encountered this issue. Usage: ``` run-tests: needs: [build-and-deploy, setup-cypress] runs-on: ${{ github.event.inputs.runner }} container: image: cypress/included:13.17.0 options: --add-host=host.docker.internal:host-gateway volumes: - ${{ github.workspace }}/tests-cy:/srv/tests-cy - ${{ github.workspace }}/tests-cy/package.json:/srv/package.json env:...
> I was able to overcome this issue by adding `options: --user root` to the `container` section. I've tried it and it doesn't solve the error for me - it...