The Wayback Machine - https://web.archive.org/web/20220529223818/https://github.com/topics/fake
Skip to content
#

fake

Here are 540 public repositories matching this topic...

xDivisionByZerox
xDivisionByZerox commented Mar 27, 2022

Clear and concise description of the problem

Function name is repeating the module name.

Suggested solution

Create a new function number in the phone module that is a copy of the current phoneNumber function. Call this new function in the current function and add a deprecation warning.

Alternative

No response

Additional context

Marked as todo in #541

good first issue p: 1-normal s: accepted
matt0089
matt0089 commented May 26, 2022

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

bug good first issue
analtevs
analtevs commented Nov 1, 2021

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

good first issue

Improve this page

Add a description, image, and links to the fake topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fake topic, visit your repo's landing page and select "manage topics."

Learn more