Miao ZhiCheng
Miao ZhiCheng
Example: https://github.com/superfluid-finance/protocol-monorepo/tree/echidna_fuzzing_integration/packages/ethereum-contracts After `yarn install` under the root folder, openzepplin is under the root folder node_modules: ``` $ ls -ld node_modules/\@openzeppelin drwxrwxr-x 5 hellwolf hellwolf 4096 Mar 15 17:56 node_modules/@openzeppelin...
Solidity code: ``` //solhint-disable-next-line modifier onlyAuthorized(ISuperfluid host) virtual; ``` solhint output: ``` contracts/gov/SuperfluidGovernanceBase.sol 266:53 error Parse error: extraneous input ';' expecting {'{', 'override', 'virtual'} 268:0 error Parse error: extraneous input...
- [x] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue. --------------------------- ## Issue By upgrading from truffle version 5.1.49 to 5.1.65 slows down tests significantly ##...
I asked this from the Discord a while ago, I'd like to create an issue to track this: in order to minimize dependencies using the web3modal project, would it be...
Hi, I have enjoyed using lsp-mode a lot, been a treat! A recent update of lsp "master" branch code had me a bit head scratching, and resulted me to disable...
As far as I understood, the logic should find where the postamble div is, assuming it is immediately after content div, then skip the comments div if any. The fix...
## PR description Related to https://github.com/trufflesuite/truffle/issues/4490 Todo - [ ] Add tests to verify nativePath resolves correctly, including in rangeUtils - [ ] clean up @cds-amal's contribution. ## Testing instructions...
# Issue type - Enhancement request # Environment Emacs version: 28.2 Operating System: NixOS x86_64 Evil version: 1.15.0 Evil installation type: MELPA Graphical/Terminal: Graphical # Reproduction steps - Start Emacs...
:) Thanks for the work.