The Wayback Machine - https://web.archive.org/web/20220709130049/https://github.com/topics/phone-number
Skip to content
#

phone-number

Here are 375 public repositories matching this topic...

sundowndev
sundowndev commented Feb 1, 2022

User should be able to choose which scanner they want to run at each scan in the CLI. We should provide a way to skip one or more scanners. A disable flag could help on that.

Example

$ phoneinfoga scan -n <number> -D ovh
$ phoneinfoga scan -n <number> --disable googlesearch
$ phoneinfoga scan -n <number> -D ovh -D googlesearch

Implementation

The filter logic shoul

kind/feature good first issue
blacklizard
blacklizard commented Nov 29, 2021

The function isValidRegionCode should accept region/country code in both lower case and upper case as per google/libphonenumber

Reference https://github.com/google/libphonenumber/blob/7f20d4f7c26bb5d23f2caf86ec37d60f992a3031/javascript/i18n/phonenumbers/phonenumberutil.js#L1671

If this issue is acceptable, I will create a PR

Simple Text Formetter (Credit Card Number, Phone Number, Serial Number etc.) Can be used in all text inputs according to the format pattern. If desired, large minor character restrictions can be made in the format pattern.

  • Updated Jan 11, 2022
  • Swift
react-native-unified-contacts
jimmythompson
jimmythompson commented Jun 21, 2018

Hey folks,

When someone has added a contact in iOS (and I assume the same in Android) without adding any phone numbers for them, the return value from the getContacts call is a little weird.

In this case, I expected the getContacts call to return an empty list:

{
  contacts: [{
    phoneNumbers: []
  }]
}

But, at least as of 0a67cdb, it omits the field entirely

Improve this page

Add a description, image, and links to the phone-number 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 phone-number topic, visit your repo's landing page and select "manage topics."

Learn more