Vadim Senderovich

Results 48 comments of Vadim Senderovich

@a-rutnam Checked in the original, 05 regex patterns are still not available. Wiki page that you provided just mentions that there will be 05 prefix for mobile but no specifications...

@a-rutnam updated data and I see that 05 is still missing, sorry

@a-rutnam did you try to open issue in [libphonenumber's issue tracker](http://issuetracker.google.com/issues/new?component=192347)? 05 prefix is still missing.

@arpadlukacs This number is parsed as Peru, is this a correct country?

This number is not parsed as valid number (even on original [libphonenumber](https://htmlpreview.github.io/?https://github.com/google/libphonenumber/blob/master/javascript/i18n/phonenumbers/demo-compiled.html)), so it doesn't get formatted.

Prefix 979 is an international prefix. The info is [here](https://en.wikipedia.org/wiki/International_Premium_Rate_Service). Might be I will change the method to return nil instead.

@sheena-gygax Hi, original google libphonenumber does not recognize 227. Their regex says 22[03-589] which does not include 227. You can check it [here](https://rawgit.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/demo-compiled.html) and [open an issue for them](https://issuetracker.google.com/issues/new?component=192347&template=829703). Once...

I use leveldb-1.19. It's a fresh install with ~350M keys. It ran for a while, and then got restarted without any logs, since then it was restarting.

this was the setting repl-backlog-size 1000m I changed it to 10m now, it's still the same

1000m is 1G of data or 1000m changes?