faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
This issue represents a todo from our codebase: https://github.com/faker-js/faker/blob/5ae93a7f51d48b2f2f4999f5cfbd2b4a4a5bb272/src/modules/company/index.ts#L51-L56
This issue represents a todo from our codebase: https://github.com/faker-js/faker/blob/5ae93a7f51d48b2f2f4999f5cfbd2b4a4a5bb272/src/modules/address/index.ts#L541-L547
### 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...
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...
### 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...
### 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...
### 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...
https://github.com/faker-js/faker/blob/e1f26a6d2c79f3d9540f1890669631aca0fe5527/src/modules/company/index.ts#L47-L54 In v8, it should only use the locale data.
### 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...
### 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...