Results 26 issues of Sebastian T F

`$ imagemin --plugin.webp.quality=95 --plugin.webp.preset=icon foo.png > foo-icon.webp` This example specified in the docs doesn't seem to work. It produces the following error: ``` Unknown plugin: [object Object] Did you forget...

Support for formatting `data:application/json` dataURIs would be a nice feature

`yarn run release` was failing when using Node **`v12`** I used Node **`v8.12`** and the build was successful I found the node version specified in `.travis.yml` It would be good...

error

```typescript // Checks if the documentation has to be generated for this contract const includesPath = config.include.some((str) => filePath.includes(str)); ``` The above check in [index.ts#L40](https://github.com/primitivefinance/primitive-dodoc/blob/main/index.ts#L40), seems to be causing a...

The generated docs are having a lot of `undefined` for some ~function parameters~ function parameters descriptions, while for some function parameters they are are appearing good, even though the Natspec...

Would be really nice to have an option to print output both to stdout and file, instead of having to choose either one at a time

`tenderly init` is failing with the error `Couldn't detect provider directory structure` when running on a fork of [paulrberg/hardhat-template](https://github.com/paulrberg/hardhat-template) [coinvise/solidity-template](https://github.com/coinvise/solidity-template) to be specific

There's a high severity vulnerability being reported in Squirrelly v8.0.8: https://github.com/advisories/GHSA-q8j6-pwqx-pm96 Squirrelly is not currently actively maintained

Functionality to stub concrete contracts similar to mocking functions from mock contracts would a really nice feature

enhancement
waffle-mock-contract

Is there an easy way to mock the ether transfer to a contract via the `receive()` method? I tried the following but didn't work: ```typescript const mockRevertOnReceiveEtherContract = await deployMockContract(...

waffle-mock-contract