Skip to content
New issue

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

Faker.Name.PtBr.first_name/0 is undefined #385

Open
brunozrk opened this issue Oct 30, 2020 · 2 comments
Open

Faker.Name.PtBr.first_name/0 is undefined #385

brunozrk opened this issue Oct 30, 2020 · 2 comments

Comments

@brunozrk
Copy link

Hello guys, after updating to version 0.14, Faker.Name.PtBr.first_name/0 is not working

I see that Faker.Name is deprecated in favour of Faker.Person.

But the changelog is not warning about that break change:
Faker.Namer.{other langs} removed 0256548#diff-3802f66f490ca4c5f190a8ac777ad20265cdb2cb626c2e665a8e9c8e174c30ddL1

Shouldn’t it be good to add it to the changelog? Or add back the modules with the deprecation warning like Faker.Name?

@mingyar
Copy link

mingyar commented Jan 18, 2023

I got kind the same error:
image

@mingyar
Copy link

mingyar commented Jan 18, 2023

I've been able to handle it by doing:

Faker.start()

Before, every time I want to call a function from 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants