parsariyahi
parsariyahi
For this issue shouldn't we have some exception like ```python raise NotImplemented ``` for all `localization` classes
I test the code and worked well as expected, on version `25.8.0`, can you provide your faker version? And in your code the `f` of `faker` should be capital. ```python...
If we want to fix that, we can add more annotation in code ```python def pydecimal( self, left_digits: Optional[int] = None, right_digits: Optional[int] = None, positive: bool = False, min_value:...
After some research, I found something, the built-in `numbers` module, this module has a class `Number` which is a abstract base class for all numbers I think. you can read...
@fcurella Yes sure, you can asign this issue to me, I will prepare a PR
What If we add another method like `local_phone_number()` where you have the flag like `local` or just you said `format`?
The thing is some countries have more that just one format, so we have `local` and we have `format` So let's say I want a number in specific `local` but...
Just a side note: the config file `deployment.toml` is the default one, I didnt change it.