faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
### Clear and concise description of the problem Add support for location data that matches the rest of the data. ### Suggested solution Faker should return location based data to...
### Clear and concise description of the problem Add support for https://placeholder.com ### Suggested solution Create random generated image URLs based on deterministic and seed via https://placeholder.com ### Alternative _No...
### Describe the bug email and username should not using Chinese even in Chinese locale package. there is no one using Chinese as an email and username even in Chinese....
### Clear and concise description of the problem Currently, the amount's first digits are uniformly distributed (each digit having ~11.11% probability). In the real world, however, this is rarely the...
`science.chemicalElement` and `science.unit` both return objects. We should add a test for those two methods to check if the properties of the object returned by a method call correspond with...
### Clear and concise description of the problem [DUNS (Data Universal Numbering System)](https://en.wikipedia.org/wiki/Data_Universal_Numbering_System) numbers are unique, nine-digit codes that helps identify businesses. Users of the system include Apple, the US...
### Clear and concise description of the problem Faker works great when you're trying to generate random address and ip locations, but the generated addresses are not good when you...
fixes #558 How would I write tests for this? I was planning on using Vitest's ```toContain``` method, but according to the Vitest docs, toContain only accepts a string parameter, and...
closes #331 supersedes #555