faker icon indicating copy to clipboard operation
faker copied to clipboard

A library for generating fake data such as names, addresses, and phone numbers.

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

Fix workaround [here](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/faker.gemspec#L30) and [here](https://github.com/faker-ruby/faker/blob/7fa13f2bb1d837b182ec33ef951a9e6b5258f3e7/lib/faker.rb#L7).

Chores

We want to drop support for EOL Ruby versions. - [ ] Update [Ruby versions on CI](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/.github/workflows/ruby.yml#L37) to only run with `ruby >= 2.7`. See #2522 for more details.

Chores

Issue# ------ https://github.com/faker-ruby/faker/issues/1700 Description: ------ In my project, I have a lot of specs, so I run them in parallel to get quicker results, usually in a few threads. I...

⏲️ PR: In Queue for Review
⭐ PR: Feature
⚒️ Improvement

Issue# ------ `No-Story` Description: ------ Fixing Italy VAT to 11 digits and add new generator for italian condominium fiscal code.

🏃🏽 PR: In Progress
🐞 PR: Bugfix
🙏🏽 PR: Needs Further Updates

Issue# ------ `No-Story` Description: ------ Adds an optional `scope` parameter to the `unique` method. This can be useful if you are using the same generator for multiple unique scope and...

⭐ PR: Feature
🙏🏽 PR: Needs Further Updates
Stale

Fix #2431 Add a global config to make generated domain to `.example`

⭐ PR: Feature
🙏🏽 PR: Needs Further Updates

## Describe the bug Faker::Internet.url, and Faker::Internet.email generate potentially real domain names and email addresses. Using potentially real urls and email addresses in automated testing environments is a security vulnerability....

🏷️ Issue: Has Attached PR

Currently we can run `Faker::Color.hex_color` to generate a random hex color. It does not support any arguments. It would be great if we could optionally run: - `Faker::Color.hex_color(luminosity: 'dark')` -...

💡 Issue: Feature Request
🏷️ Issue: Has Attached PR

Hello folks, I'm opening this issue to discuss if this repository will participate in the 202 digital ocean [hacktoberfest](https://hacktoberfest.com/participation/#maintainers). If so, let's review the issues and add the labels/tags for...

💭 Discussion

Using faker 2.22.0 (and prior) you can ask for an email address. We would like to prevent Faker using any "dodgy" domains. Specifically one of these: https://github.com/FGRibreau/mailchecker/blob/198ab3fc99cfa35571a6858b992e6006dbdb5af7/list.txt Can we add...

💡 Issue: Feature Request
💭 Discussion
🙏🏽 Issue: Needs More Information