fake
Here are 540 public repositories matching this topic...
Is this a regression?
No
Description
When making multiple calls of falso.randPhoneNumber(), sometimes it returns multiple phone numbers
E.g.
> falso.randPhoneNumber()
'+232 76 131814'
> falso.randPhoneNumber()
'+672 156 512'
> falso.randPhoneNumber()
'+850 191 997 0805'
> falso.randPhoneNumber()
'+975 17 322 723, +975 6 166 883'
...It looks like just some
-
Updated
May 26, 2022 - Python
-
Updated
Jan 21, 2022 - Swift
-
Updated
Jan 29, 2021 - C
-
Updated
May 29, 2022 - TypeScript
-
Updated
May 7, 2022 - C++
-
Updated
Feb 1, 2020 - Python
-
Updated
Feb 3, 2022 - TypeScript
I wanted to make a note of this before I forget
We can leverage device farms for creating fingerprint database / set.
Because we can opt for real devices and would have hundreds to select from (not to mention a simple framework) creating and regenerating profiles from ddump shouldn't be an issue. When I get some free time this week I do plan on doing this.
(on a side note - i do believe one
-
Updated
Apr 26, 2022
- Add healthcheck to Docker image
-
Updated
May 26, 2022 - Go
-
Updated
Mar 30, 2022 - PHP
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
May 25, 2022 - Go
-
Updated
Jul 27, 2021 - Python
Improve this page
Add a description, image, and links to the fake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fake topic, visit your repo's landing page and select "manage topics."


Clear and concise description of the problem
Function name is repeating the module name.
Suggested solution
Create a new function
numberin thephonemodule that is a copy of the currentphoneNumberfunction. Call this new function in the current function and add a deprecation warning.Alternative
No response
Additional context
Marked as todo in #541