Flavio Curella

Results 121 comments of Flavio Curella

This is currently not possible. If we had a way to list a provider's available locales, you could have a that creates a different instance of `faker` on runtime. Something...

Count me in for any improvement on Faker :) Keep in mind that originally Faker was a port of a PHP library. As a result, some provider methods may look...

@kwasielew @rbarrois Feel free to submit issues and PRs that could help you on the Faker repo. If you do, please include a link to this issue, so I can...

I've started a PR to replace the import and upgrade the celery requirement. One issue I need to figure out is how to set up the periodic task, since I...

Hi @WyriHaximus , I've been trying this action, but it looks like `ignoreActions` doesn't work with statuses. Specifically, I'm trying to ignore [coveralls.io](https://coveralls.io/), which is not a GitHub action, but...

Marking as WIP until I update all the tests

City suffixes for `en_US` are defined [here](https://github.com/joke2k/faker/blob/master/faker/providers/address/en_US/__init__.py#L10-L30). If you have time, feel free to submit a PR with a more American list :)

ok, lwt's just not add the type hint for now. Sorry for the extra work

Thank you @mlissner . > Would it be better to just have an assertion to prevent people from having both set to False? Would a warning be acceptable? That would...

Merged in https://github.com/joke2k/faker/commit/598b31a1941595c5c1d4a783c4a34fa5e3cfb1c2 Thank you!