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

## This PR adds the functionality of generating random zodiac signs and birthdate ### New Functions: - ~~`faker.date.birthdate()`~~ (Moved to a separate PR) - `faker.zodiac.sign()` ### Usage: #### `faker.date.birthdate()`: ```js...

c: feature
needs rebase
s: on hold
p: 1-normal
s: accepted

In documentation, please refer to standard you are using for generating timezones. E.g. `Asia/Rangoon` is not an official [IANA code](https://www.iana.org/time-zones), but is a "symlink" to `Asia/Yangon`. Thanks

c: bug
c: docs
p: 1-normal
s: accepted
c: locale
breaking change

### Clear and concise description of the problem As a developer using faker I want to get the latest merged changes on npm so that I can get access to...

p: 1-normal
c: infra
s: waiting for user interest

### Clear and concise description of the problem Currently faker generates fake data. But it does not support generating random filetypes. If I want to seed an s3 folder with...

c: feature
s: needs decision

Move test files into src folder with `.spec.ts` or reorganize the test folder with subfolders

s: on hold
p: 1-normal
c: test
s: accepted

In the part of the Finance section of the API docs shown above, I think it would improve the docs if we listed all possible inputs of the 'provider' parameter,...

c: docs
help wanted
p: 1-normal
m: finance

### Clear and concise description of the problem `faker.random.[...]` already generates random number, bigInt, float, hexadecimal, etc. But it lacks octal and binary numbers. This can be added. ### Suggested...

c: feature
good first issue
help wanted
s: on hold
p: 1-normal
s: accepted

### Clear and concise description of the problem The current implementation is generating custom user agents based on some old data. ### Suggested solution The new implementation: Create a new...

c: feature

### Clear and concise description of the problem As a user I want to generate a random greek letter so that I can prepend this to a name of an...

c: feature
has workaround
s: awaiting more info
s: waiting for user interest

### Clear and concise description of the problem Some methods like hexadecimal take only a fixed range as parameter. If you want to allow a dynamic range, you have to...

c: feature
p: 1-normal