Panov Paul

Results 4 comments of Panov Paul

Some of my containers have port 22 open, and I haven't found any other way to get redbird to choose another one

Now it works for me with the last Bun

> Which interestingly means: > > * `parser::parse(Some(country::RU), "+78005553535")` passes > * `parser::parse(None, "+78005553535")` fails `parser::parse(Some(country::RU), "+78005553535")` is [ru1](https://github.com/whisperfish/rust-phonenumber/commit/9bb7ec94089577d2faf078e79f1c706ef5150762#diff-cffebbb289ff3011edae459ca9e6843092b4b3c45a757f4964b8f633ca669c1eR408) test case `parser::parse(None, "+78005553535")` is ru3 which passes

I'm not sure if it makes a difference, but as far as I can see, `39` is a country code: ``` ``` And `8` is a national prefix, while `7`...