Clément Hallet

Results 19 issues of Clément Hallet

Hello, while using [Ganache](https://github.com/trufflesuite/ganache) as a development backend, some errors are not handled as expected. For instance with the following one (the context is a call to [ethers _estimateGas_ method](https://docs.ethers.org/v5/api/contract/contract/#contract-estimateGas)...

## Is your pull request closing an issue? No ## Please explain the main changes of your pull request ether.js [Contract.deployed](https://docs.ethers.org/v5/api/contract/contract/#Contract-deployed) function can [throw an error](https://github.com/ethers-io/ethers.js/blob/ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b/packages/contracts/lib/index.js#L784-L789) about the contract not...

Currently, a Slider object is expected as parameter. Instead of that, it would be nice if they both implements Slider.

accepted

Hi, it seems there is an error related to the VM shared folders (the paths look the same). Though, removing the shared folders from the VM settings doesn't fix it...

### Summary Exporting an `action_type=error` rule to an nginx format makes it a temporary redirection to nowhere ### Actual Behavior $ wp redirection export nginx file.json --format=json ```json { "id":...

Hi, I have been allocated rewards for my general github contributions over the years. Thank you for it, it has been a nice surprise. (I would be curious to see...

Hi, When running test in a CI environement (github action runner) the following error crashes them : It uses `"@material-tailwind/react": "^2.1.10"` ``` react-scripts test --all --watchAll=false --coverage … Cannot find...

PR Checklist ### PR Structure * [x] This PR has reasonably narrow scope (if not, break it down into smaller PRs). * [x] This PR avoids mixing refactoring changes with...

**What**: Adding typescript annotations about some functions binding **Why**: Because of the eslint rule [@typescript-eslint/unbound-method](https://typescript-eslint.io/rules/unbound-method/) being triggered when using the `css` callback function : ```tsx {({ css }) => {...