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

Hello! https://github.com/lucidrains/imagen-pytorch: > Implementation of [Imagen](https://gweb-research-imagen.appspot.com/), Google's Text-to-Image Neural Network that beats DALL-E2, in Pytorch. It is the new SOTA for text-to-image synthesis. What do you guys think? Cheers!

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

`No-Story` Description: ------ In Chile, we have a RUT, kind of an ssn. The module written by oxfist was very nice and useful. But sometimes in Chile, we are asked...

⭐ PR: Feature

## Describe the bug Short passwords generated with `Faker::Internet.password` does not respect the configs related to "mix_case". ## To Reproduce Generate several short passwords with mixed case and special characters....

🐞 Issue: Bug
🏃🏽 PR: In Progress
🎒 Beginner Friendly

### Summary Previously, when mix_case and special_characters were enabled, the generated password would sometimes exclude the mix_case characters because they were being overwritten by special characters instead. This PR ensures...

🏃🏽 PR: In Progress
🐞 PR: Bugfix

Issue# ------ `No-Story` (It partially relates to https://github.com/faker-ruby/faker/issues/1245 but is not intended to satisfy that request) Description: ------ This PR adds `Faker::Date.weekday_between` to produce a weekday within the specified range....

🏃🏽 PR: In Progress
⭐ PR: Feature
🙏🏽 PR: Needs Further Updates

https://github.com/faker-ruby/faker/blob/master/lib/faker/default/lorem_pixel.rb just FYI

🎒 Beginner Friendly
🏷️ Issue: Has Attached PR

## Drop support for EOL Ruby versions. The goal is to support `ruby >= 2.7`. Tasks: - [ ] Add deprecation warnings when running `ruby < 2.7`? - [ ]...

💭 Discussion
Chores

We want to drop support for EOL Ruby versions. Tasks - [ ] Remove version checks [here](https://github.com/faker-ruby/faker/blob/aa31845ed54c25eb2638d716bfddf59771b502aa/test/faker/default/test_faker_birthday_in_leap_year.rb#L24) and [here](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/test/faker/default/test_faker_id_number.rb#L63). - [ ] Update [Targeted Ruby Version for Rubocop](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/.rubocop.yml#L2). - [...

Chores

When running Rubocop, we get the following warnings: ``` The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your...

Chores

Fix workaround [here](https://github.com/faker-ruby/faker/blob/65e5bb959e14e57d4cdc002dcdb515ee99dcb497/faker.gemspec#L37).

Chores