Lucas Picchi

Results 6 issues of Lucas Picchi

Example: - Generate an username - Use the generated username to generate email ```yml entity: User items: user{1..10}: firstName: '{{person.firstName}}' lastName: '{{person.lastName}}' username: '{{internet.userName}}' email: '%username%@gmail.com' ``` I used `%username%`...

Feature request

As this lib is using [`faker.helpers.fake`](https://fakerjs.dev/api/helpers.html#fake) helper parameters can be used. It would be great to have it mentioned in the README. Example: - Generate random [numeric string](https://fakerjs.dev/api/string.html#numeric) of length...

Feature request

When using Yarn 2+ PnP get error: ``` Error: systemjs-webpack-interop tried to access webpack (a peer dependency) but it isn't provided by its ancestors; this makes the require call ambiguous...

help wanted

**Bug report** I'm using `bundle-declarations-webpack-plugin` that uses this lib under the hood. After upgrading to axios 1.7.8 I got an error during types generation. **Error** ``` LOG from BundleDeclarationsWebpackPlugin Failed...

Bug

### Description The extension does not work with phpcs v4. New configuration flag [`ignore_non_auto_fixable_on_exit`](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#ignoring-non-auto-fixable-issues-when-generating-the-exit-code-php_codesniffer--400) is needed to supress error codes due to [new exit codes behaviour](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Advanced-Usage#understanding-the-exit-codes) It may also be...

### material-react-table version v2.13.0 ### react & react-dom versions v18.3.1 ### Describe the bug and the steps to reproduce it When using version > v2.13.0 some types definitions referencing @mui/x-date-pickers...