Zach Bloomquist

Results 114 comments of Zach Bloomquist

> Offline-only, so no throttling etc., but hey - that's all this issue is about. FYI, #4176 will implement offline mode as well as simulated throttling/latency at the HTTP proxy...

This would be a great QoL improvement. Currently the only way to locate the problem net is to hover over each net one-by-one until the tooltip shows the erroneous net....

> I'm sorry for breaking your product No worries, you didn't break our product, we should have had better tests around this. ¯\\\_(ツ)\_/¯, bugs happen > Swapping the order now...

Here's a modified Skaar example with skse64 instead of the OG skse: https://github.com/Sky-WAN/plugin/tree/59a234b790a84990b9bf667a63ab9c8feebe97fb

@mjhenkes this is fixed by #24709, right?

@NavyMint try updating to Cypress 12, which is where that fix landed. We don't typically backport fixes to older versions.

Hey @mmonteiroc and @sebastiandenis - could you please try updating to Cypress 12.7.0? We included some bugfixes related to session, origin, and cookies that may resolve your issues: https://docs.cypress.io/guides/references/changelog#12-7-0

I tried playing with Cypress in the `alpine:latest` Docker image (`docker run --entrypoint sh -it alpine:latest`), and ran into issues with permissions when installing as root. I got further installing...

This issue still seems to exist even after [Electron 9.0.5](https://github.com/cypress-io/cypress/pull/7791).

> I understand Cypress comes with a custom version of Electron? Why? How can I build one? @x-yuri Cypress uses the Electron binaries that get installed with `electron` from the...