faker icon indicating copy to clipboard operation
faker copied to clipboard

Generate massive amounts of fake data in the browser and node.js

Results 367 faker issues
Sort by recently updated
recently updated
newest added

### 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...

p: 1-normal
c: test
s: accepted
c: locale

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...

s: on hold
p: 1-normal
c: refactor
c: locale
breaking change

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...

c: bug
s: on hold
p: 1-normal
c: locale
m: location

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...

p: 1-normal
s: needs decision
c: refactor
breaking change
m: word

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...

c: bug
s: on hold
p: 1-normal
c: locale
m: location

### 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...

c: bug
p: 1-normal
c: locale
m: location

### 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...

c: feature
p: 1-normal
m: helpers
s: waiting for user interest