Ali Rahmani
Ali Rahmani
I'm also having problems with the second monitor. In my case, the second monitor is detected but it's black. I tried updating the graphics driver but it didn't help. I've...
I had the same problem, I switched back to the default theme, installed the dependancies with this: `sudo apt install sassc optipng inkscape libglib2.0-dev-bin libglib2.0-dev libxml2-utils` and then installed it...
Any update on this? I'm getting the same error with this: ```typescript const provider = new ethers.BrowserProvider( ethereum, chainId ); const contract = new ethers.Contract(address, abi, provider); ``` Error: ```...