You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it's really tiny, I thought what if we had an option to pass extra opts, like unique: true, to any of the Faker modules functions? i.e., Faker.For example, Pokemon.name(unique: true) would generate Pikachu42.
The text was updated successfully, but these errors were encountered:
Dvogiatz
pushed a commit
to Dvogiatz/faker
that referenced
this issue
Oct 19, 2022
From project to project, I keep bringing my tiny function of making generated data unique:
While it's really tiny, I thought what if we had an option to pass extra opts, like
unique: true
, to any of the Faker modules functions? i.e.,Faker.For example, Pokemon.name(unique: true)
would generatePikachu42
.The text was updated successfully, but these errors were encountered: