faker icon indicating copy to clipboard operation
faker copied to clipboard

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

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

This issue represents a todo from our codebase: https://github.com/faker-js/faker/blob/5ae93a7f51d48b2f2f4999f5cfbd2b4a4a5bb272/src/modules/company/index.ts#L51-L56

p: 1-normal
c: refactor
m: company

This issue represents a todo from our codebase: https://github.com/faker-js/faker/blob/5ae93a7f51d48b2f2f4999f5cfbd2b4a4a5bb272/src/modules/address/index.ts#L541-L547

p: 1-normal
s: needs decision
c: refactor
m: address

### Describe the bug I was reviewing https://github.com/faker-js/faker/pull/189/files and I noticed that `randomize` supports generic results, but there's an issue with the arguments having a default. Consider: ```ts const a...

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

Goal: Create a subclass that extends the `Faker` class so proprietary fake-data generators can be used side by side with faker's built-in ones. Problem: There seems to be a problem...

has workaround
p: 1-normal

### Clear and concise description of the problem The address module contains more than just addresses. ### Suggested solution * Rename the module to Location so it is clear that...

c: feature
s: on hold
p: 1-normal
c: refactor
breaking change
m: address

### Clear and concise description of the problem The name module contains more than just names. ### Suggested solution - Rename the module to Person so it is clear that...

c: feature
s: on hold
p: 1-normal
c: refactor
breaking change
m: name

### Clear and concise description of the problem The locale switching support adds a lot of overhead to the faker instance. Especially the default instance is huge. ### Suggested solution...

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

https://github.com/faker-js/faker/blob/e1f26a6d2c79f3d9540f1890669631aca0fe5527/src/modules/company/index.ts#L47-L54 In v8, it should only use the locale data.

good first issue
p: 1-normal
s: accepted
c: refactor
breaking change
m: company

### Clear and concise description of the problem Currently the main Faker class contains many features most users don't need in their application. ### Suggested solution The main Faker class...

c: docs
c: feature
s: on hold
p: 1-normal
c: refactor

### Clear and concise description of the problem The image module is structured inconsistently and some providers are no longer working or take different parameters. ### Suggested solution - The...

c: feature
s: on hold
p: 1-normal
c: refactor
breaking change
m: image