-
* Should guard against this error
* Set a reasonable length limit such that if the length of phone number exceeds it, it is obvious it has been incorrectly entered
* Causes inconvenience if user accid…
-
# Issue
Phone numbers should be allowed to include country calling codes and might also not be only limited to 8 digits.
![image.png](https://raw.githubusercontent.com/jewiteo/pe/main/files/57db60…
-
According to this [World Population Review](https://worldpopulationreview.com/country-rankings/phone-number-length-by-country), "Phone number length around the world ranges from 17 digits to only 4."
…
-
## Issue Description
_#91155 uncovered that the 686/674 application attempts to insert a value into the PHONE_NBR column of the VNP_PTCPNT_PHONE table, but the value's length exceeds the maximum allow…
-
The addSupplier command in the user guide requires the phone number of the supplier to be more than 3 digits. However, when actually using the program, the program allows the command to be executed su…
-
When I try to add a person with a phone number containing 8 digits with the first 4 and last 4 digits separated by a space, starting with 8 or 9, it returns an error message which tells me what I alre…
-
According to the UG, there was no mention of the app being used specifically for Singaporeans only, however, the phone number of a contact is restricted to only accepting ones that are exactly 8 digit…
-
```rust
#[inline(never)]
fn repro(buffer: &mut itoa::Buffer, n: i32) -> &str {
buffer.format(n)
}
fn main() {
println!("{}", repro(&mut itoa::Buffer::new(), i32::MIN));
}
```
The …
-
# Issue
Phone numbers should be allowed to include country calling codes and might also not be only limited to 8 digits.
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/maste…
-
### Description
Since d229a480ad5a63b029cc0d74ba251c5ddb8738e4 (#11910), zend_ini_parse_quantity_internal() rejects inputs in which 0x/0o/0b is followed by whitespace, a sign, or 0x/0o/0b, in order t…