We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello guys, after updating to version 0.14, Faker.Name.PtBr.first_name/0 is not working
Faker.Name.PtBr.first_name/0
I see that Faker.Name is deprecated in favour of Faker.Person.
Faker.Name
Faker.Person
But the changelog is not warning about that break change: Faker.Namer.{other langs} removed 0256548#diff-3802f66f490ca4c5f190a8ac777ad20265cdb2cb626c2e665a8e9c8e174c30ddL1
Faker.Namer.{other langs}
Shouldn’t it be good to add it to the changelog? Or add back the modules with the deprecation warning like Faker.Name?
The text was updated successfully, but these errors were encountered:
I got kind the same error:
Sorry, something went wrong.
I've been able to handle it by doing:
Faker.start()
Before, every time I want to call a function from faker.
faker
Important to mention that I working on a mix task, so I guess that my use case may be a little different then usual.
No branches or pull requests
Hello guys, after updating to version 0.14,
Faker.Name.PtBr.first_name/0
is not workingI see that
Faker.Name
is deprecated in favour ofFaker.Person
.But the changelog is not warning about that break change:
Faker.Namer.{other langs}
removed 0256548#diff-3802f66f490ca4c5f190a8ac777ad20265cdb2cb626c2e665a8e9c8e174c30ddL1Shouldn’t it be good to add it to the changelog? Or add back the modules with the deprecation warning like
Faker.Name
?The text was updated successfully, but these errors were encountered: