Flavio Curella

Results 121 comments of Flavio Curella

Hi, I’ll be on vacation for the next month or so, so I won’t be able to help right away. On Sat, Dec 10, 2022 at 4:16 PM Arthur Caron...

There currently is any way to do this, and TBH I don't think we should add such a feature. But you're free to implement [your own provider](https://github.com/joke2k/faker?tab=readme-ov-file#how-to-create-a-provider) from your own...

Beside the fact that it would be considered borderline racist in some cultures, where would you even get the data? I think this would be better served by implementing your...

I'm not sure if it's appropriate to have this in `person`. Could it be a more generic "measures" provider with `weight(min, max)` and `length(min, max)`?

Hi @jenstroeger, I would say that use case would be better served by a community provider

If the stubs are to be committed to the repo, then I would add `generate-stubs` to the `lint` recipe, rather than `release`. We should alse update our [contributing docs](https://github.com/joke2k/faker/blob/master/CONTRIBUTING.rst) to...

@KaylaHood do you want to ingrate @bandophahita's changes into your branch?

This was introduced in https://github.com/joke2k/faker/commit/fc42e6ab0b4fae52fb91e0b5e44fad86174a1bd8 I've fixed the test in https://github.com/joke2k/faker/commit/efc91d554f30766c672fd1a9c860e0d47f804c03, but that won't fix the underlying issue. We have a few SSNs generators that takes `min_age` and `max_age` parameters,...

Thank you @malefice ! `dateutil` does make this much easier. Go ahead with your PR :)