Daniel Zarifpour

Results 13 comments of Daniel Zarifpour

> Give your user account more balance, such as 10**20. It is due to the insufficient account balance, the `solidity_create_contract` function would not throw any warning or error, just return...

I am experiencing issues too: - M2 Macbook Air on Sonoma - Large non-trivial contract with a lot of inheritance Steps to reproduce: - Clone a complex protocol that contains...

> please check out [`v0.2.0` (release)](https://github.com/Consensys/vscode-solidity-auditor/releases/tag/v0.2.0) and report. should be much better although not completely fixable right now as cancellation tokens don't seem to properly work with editor change events....

https://github.com/Consensys/vscode-solidity-auditor/assets/16494335/c78517b0-d8ea-430b-b157-4bdf15514dca

I've observed some concerning performance issues even with contracts that are shorter in lines of code. Notably, when flattened, one such contract expands to about ~38,000 lines, almost 10 times...

Possible duplicate of: https://github.com/zed-industries/zed/issues/7386

@enemaliwilliam I am getting this error when I try to run on an M1 Max: ``` ❯ python main.py .../ecoute/ecoute_env/lib/python3.11/site-packages/whisper/timing.py:57: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the...

> Thanks for contributing! Could you split the PR between the streamlined installation changes and black and ruff changes? Want to consider those changes separately. Also I think we should...

> Not sure why but make lint and make format cant find python files > > ![image](https://github.com/SevaSk/ecoute/assets/50382291/3951d739-a139-4eb3-979f-b163406c225e) > > > > ![image](https://github.com/SevaSk/ecoute/assets/50382291/2c0c5605-0af1-4519-b299-7717fa5bea17) > > Hmm, I'm not sure. Maybe the...

I think this is good to go. If you get a chance to review + merge, I would appreciate it. Thanks!