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

### Summary Closes: https://github.com/faker-ruby/faker/issues/2464 We added 2 new config options. 1. Ability to specify `light` or `dark` hex color. 2. Ability to specify `lightness` when generating an HSL color. The...

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

# Bug report ## Versions Faker 2.22 (Only this one, tested 2.20, 2.21), Rails 7.0.3.1 Ubuntu 20.04 LTS ## Describe the bug Sets of values are being generated in a...

🐞 Issue: Bug
💭 Discussion

**Is your feature request related to a problem? Please describe it.** Right now, we need to do manual releases using the `gem build faker.gemspec` and `gem push faker-2.23.0`. We'd like...

💡 Issue: Feature Request
🎒 Beginner Friendly

### Summary Fixes: #2505 `LoremPixel` is no longer available, therefore we are replacing it with `LoremFlickr`. In order to mark this as resolved, we might need to complete the following:...

🏃🏽 PR: In Progress

## The bug Depending on how locale is set, it may be ignored in threaded server environments. In particular, we use Faker at runtime in a deployed environment (using Puma)...

🐞 Issue: Bug

### Motivation / Background This Pull Request has been created because of this issue: - https://github.com/faker-ruby/faker/issues/2853 ### Additional information ### Checklist Before submitting the PR make sure the following are...

⏲️ PR: In Queue for Review
rubyconf2023

### Motivation / Background As per the discussion in #2787 This PR updates `Faker::Australia` to `Faker::Locations::Australia` to keep it consistent with the directory modules. ### Checklist Before submitting the PR...

Deprecation
🙏🏽 PR: Needs Tests
🙏🏽 PR: Needs Documentation
🙏🏽 PR: Needs Further Updates

### Motivation / Background This Pull Request has been created because of naming issues identified here: https://github.com/faker-ruby/faker/issues/2787 This PR replaces the usage of `Faker::Show` to be `Faker::Theater` for the following...

🙏🏽 PR: Needs Further Updates
rubyconf2023

### Motivation / Background This Pull Request has been created because I was trying to generate a quote from random Dota 2 heroes. And encountered that a lot of heroes...

### Motivation / Background Continues with https://github.com/faker-ruby/faker/issues/2851 This Pull Request has been created because we are comparing loading times between JSON and YML files, as suggested by @thdaraujo. It turns...