faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
### Clear and concise description of the problem If we add or change fake patterns (or have to review them), we have to manually check for all possible combinations of...
Second part of #2390 - #2390 Blocked by #3223 - #3223 --- Replaces the zipcode symbol patterns with fake patterns similar to when using the state parameter. Locale Data Transformation...
Fixes #1416 - #1416 Related to #3234 - #3234 Blocked by #3223 and #3233 - #3223 - #3233 --- Fixes the pattern using the regex provided in the issue: https://github.com/faker-js/faker/issues/1416#issuecomment-1271663875...
https://github.com/faker-js/faker/blob/d31579b2593de48ea01015ad1cd2c46207a67a94/test/modules/word.spec.ts#L66-L73 IMO if the user specifies a specific length for their words, then by default it should fail if the request cannot be fulfilled. If the user wants a different...
Third and final part of #2390 - #2390 Related to #3235 - #3235 Blocked by #3223 and #3233 - #3223 - #3233 --- Fixes the pattern for `en_GB` using the...
### Pre-Checks - [X] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/main/CODE_OF_CONDUCT.md). - [X] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/main/CONTRIBUTING.md). - [X] Read the [docs](https://fakerjs.dev/guide). - [X] Check that there isn't [already an issue](https://github.com/faker-js/faker/issues) that...
### Clear and concise description of the problem The current arrayElements method only takes elements from an array once. The multiple method only uses a function as input. I need...