faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
### Clear and concise description of the problem Some methods are misplaced or misnamed. The same is true for some module. E.g. the string and number methods, or the address...
### Clear and concise description of the problem Most methods have various ways to specify parameters and have different defaults. ### Suggested solution All methods should be checked that they...
### Clear and concise description of the problem The mersenne module is an internal module that should be called by external users/libraries. ### Suggested solution - Mark the mersenne module...
### Clear and concise description of the problem There might be circular dependencies in our modules that would impede our attempts to improve tree shaking capabilities. ### Suggested solution -...
### Clear and concise description of the problem Currently the number methods are spread in multiple modules and it isn't easy to guess them correctly. ### Suggested solution - All...
### Clear and concise description of the problem Currently the string methods are spread in multiple modules and it isn't easy to guess them correctly. ### Suggested solution - All...
We would like to have a documentation page that contains examples how to use faker in combination with testing frameworks like vitest and Cypress
Add a section for how faker is modularized and how you can find for what you are searching for This should also provide a link to the API-Search Index Page
First: this issue should be only done after we already have at least 3 other guide sub entries! The API section below Guide should be removed, so you can visit...
### Clear and concise description of the problem The mime-db is very large and most of the extensions are never used by anyone. Also, not all mime-db entries pass the...