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

fake

Here are 552 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
czlowiek488
czlowiek488 commented Jul 1, 2022

I don't know what versions of node or npm you are using.
It is a bit tricky to find out exact versions on my own.
I think it may be a good idea to add engines field to package.json file like in example below.

  "engines": {
    "npm": ">2.0.0",
    "node": ">=0.12.0"
  },

It may not been seen so important but in certain circumstances (unknown to me) rebase of package-loc

enhancement 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