Elijah S. Krukowski

Results 26 comments of Elijah S. Krukowski

I'm having exactly the same issue with FF50.1 and latest Chrome. This is happening both in examples and when I write my own code.

I was interested in this feature on Windows as well and it does not seem to be working in Elixir 1.5.1. Running `iex --werl` does the trick but you end...

No, I haven't as I don't really need this feature much. Just a quick tip for guys who really want it on Windows :)

Sure: ``` # npm list hardhat-project@ e:\sup\hh221_issue +-- @nomicfoundation/[email protected] `-- [email protected] ```

Thing is, this setup used to work with 2.10.x for the past few weeks. I've tried adding chai-matchers directly to the package.json, importing it inside the HH config file, clearing...

Sure: npm list -a hardhat-project@ e:\sup\hh221_issue +-- @nomicfoundation/[email protected] | +-- @ethersproject/[email protected] | | +-- @ethersproject/[email protected] | | | +-- @ethersproject/[email protected] deduped | | | +-- @ethersproject/[email protected] deduped | | |...

That's a valid point @fvictorio but yes I've included toolbox. Here's my config https://github.com/bodrovis/HH211_issue/blob/master/hardhat.config.ts I've tried including matchers as well but it did not help :( I'll see how it...

The only thing that helped me so far is adding ```ts import "@nomicfoundation/hardhat-chai-matchers"; ``` right inside my test files. I have no idea what's going on but I've already tried...

Oh, I'm sorry, I've just removed it. https://github.com/bodrovis/HH_Issue_matchers - here's a new version. It's a brand new HH project with default config. Once again, it gives me the same error...

@fvictorio I suspect it has something to do with OS specifics or the PC itself. I've already tried *completely* removing everything related to Node.js, cleaning all caches etc. I've reinstalled...