Viktor Zozuliak

Results 15 comments of Viktor Zozuliak

We have faced similar issue recently. What helped us is to set browser viewport to be equal to [Xvfb screen size used for running headless Cypress](https://github.com/cypress-io/cypress/issues/3324#issuecomment-542414532): ```js cy.viewport(1280, 720); ```...

Node 6 has been out of support for quite a time now. Is it also reproducible in newer versions of Node?

I think it might be handy to add this as some utility to js-data, which can be optionally called if required and print some warnings in console when it comes...

anything that holds off this PR from being merged?

Here is a workaround we ended up using: ```js moment.tz(momentDate.format('YYYY-MM-DDTHH:mm:ss'), tz) ``` this is basically the equivalent of doing `momentDate.tz(tz, true)`, but it is not affected by the bug Note:...

We are experiencing `ResizeObserver loop limit exceeded` error when running component tests in headless mode with official Cypress Docker image. When running headless with electron outside of Docker this error...

Confirming having this issue too.

I just checked it locally - works as intended only for the first time - in watch mode shows exactly the same, "cached" errors with every incremental builds. This should...