Markus

Results 20 comments of Markus

I came across the same issue. The PR leading to this is https://github.com/SeleniumHQ/selenium/pull/10796

Cypress has this option: [interacting-with-elements#animations](https://docs.cypress.io/guides/core-concepts/interacting-with-elements#Animations). Maybe in some cases it makes sense to adjust the [stable](https://playwright.dev/docs/actionability#stable) option? See [playwright source](https://github.com/microsoft/playwright/blob/98215b4d74030dac7a98a37c67650fd9d0b82509/packages/playwright-core/src/server/injected/injectedScript.ts#L564) for injectedScript. Here we have the time hardcoded to 15....

For the time beeing i took the code from the injected functions and make the stable count accessible. Now the tests run through smoothly. Also if inspecting the trace, the...

I updated the function to include the waitForAnimations snippet + renamed stableFrames to samePositionCount to make it more clear what it is. @skysantoroa Basically playwright looks for two iterations to...

You may want to see this comment https://github.com/originjs/vite-plugin-federation/pull/213#issuecomment-1180018123

Thanks for the workaround. Its a littly hacky but does the job. Here to share my code, which tracks all PDO executes: ```php

GitHub told me, that the body is too long GDB log ```log SIGSEGV: segmentation violation PC=0x70364e78a4f1 m=21 sigcode=1 addr=0x7035f7bccaa0 signal arrived during cgo execution goroutine 102 gp=0xc000583880 m=21 mp=0xc000b20008 [syscall,...

extensions are rather default, no caddy extensions or others. ``` RUN install-php-extensions \ pcntl \ opcache \ pdo_mysql \ redis \ intl \ soap \ exif \ gd \ zip...

We have file upload tests covered by the E2E, but I don't think this is the issue because the crash happens shortly after the 4 E2E workers register an account,...

Strange, with the debug build, I can render the initial page. However, when navigating to the next page, I get the segmentation fault I posted about earlier. Without the debug...