-
I'm using the [phone](http://github.com/carr/phone) library to parse phone numbers, and it does not allow invalidly-formatted phone numbers. An example is that US area codes are not allowed to start w…
-
Rails 7.1.2
Ruby 3.2.0
My Phone Model has a country_code that is the 2 digit country code from gem country_code_select. I have a dropdown (select) box for the user to specify the country the phone…
-
I guess inserting an alphabetic character should invalidate the phone number, right?
-
We have an Australian phone number that is falsely invalidated by `phonelib`.
Here is an example:
```
irb(main):022:0> Phonelib.parse('61483910455').valid?
=> false
```
I the libphonenumber …
-
## Describe the bug
Faker generated the following phone number with GB locale: `0825 311 9348`
This is invalid according to `Phonelib`, though I haven't yet figured out *why*.
## To Reproduce…
-
Hi, we have Canada phone numbers that are being entered without the `1` prefix. This works fine if `default_country` is set to `:ca`, but we want both `[:us, :ca]` to be set as the default countries, …
lusa updated
8 months ago
-
E.g. `+15555555555` is possible but not valid. So I get
```
[1] pry(main)> phone = Phonelib.parse("+15555555555")
...
[2] pry(main)> phone.international
"+15555555555"
[3] pr…
-
I'm using phonelib v0.8.5 and trying to validate these three numbers:
```
2276310344
3696441631
3697958630
```
If I run them through the google [libphonenumber](https://libphonenumber.appspot…
-
Hello, as announced on the website of the Nigerian Communications Commission, the National Numbering Plan has changed since January 1, 2024. Now, when calling from outside Nigeria, you should dial 20 …
-
> Note: This repo is only for questions related to its samples. If you have questions about how to use office.js or the Office developer platform, please post your question on https://stackoverflow.co…