Fabio

Results 39 comments of Fabio

+1 - inside docker only happens for open mode Cypress package version: 9.7.0 Cypress binary version: 9.7.0 Electron version: 18.0.4 Bundled Node version: 16.13.2 ``` [2122:0801/060102.754724:ERROR:bus.cc(397)] Failed to connect to...

I dug a little into it and noticed that this is probably due to the combination with Vite. I started to polyfill the nodejs.util API. However, it is still not...

@nazarhussain Thanks for labeling it: I think I am now correctly polyfilling the util lib - here is my updated vit.config.ts file: ```ts import { defineConfig } from 'vite'; import...

> @snake-py have you maybe figured out how to workaround this? tnx! :) No I have not. I think the fastest solution is to ditch either Vite or Web3js. Ethers.js...

@nazarhussain I am not using webpack I am using Vite. But in essence, I am polyfilling all of these libraries. I am gonna look at it again and see if...

@wompeter if you could get it work in dev then I should ask you how you did it, because I went to use the CDN. I couldn't properly polyfill this...

Seeing this bug as well ```json { "phpVersion": "8.1", "printWidth": 80, "tabWidth": 4, "useTabs": false, "singleQuote": false, "trailingCommaPHP": true, "braceStyle": "psr-2", "requirePragma": false, "insertPragma": false } ```

@movitto I was about to go crazy thank you for your comment!

I am still having this. My tests are passing and the window stays open. I tried the workaround this did not do the trick. ``` afterEach(() => { if (app...

Any updates on this?