Vadim Senderovich
Vadim Senderovich
yes, file was increasing, now I removed the file, restarted ardb and it is still has 10m size
Anyway, currently the file stays the same, I will keep monitoring and will let you know in case it will grow. I didn't catch the time when it started growing,...
@eileen-jiang did you try to use approach described in https://github.com/sidekiq/sidekiq/issues/4766#issuecomment-930861731 and https://github.com/sidekiq/sidekiq/issues/4766#issuecomment-1013400982
@aisler-ma interesting request, well, take this one as example, it works where there are multiple possibilities: ```ruby phone = Phonelib.parse("1 (787) 240-2750") phone.countries # => ["AG", "AI", "AS", "BB", "BM",...
@tilo interesting undocumented behavior. I never saw that method being used like that, it's not documented and not tested. I tried it locally on 0.8.9 and it works. Can you...
@tilo can you test latest version?
regardless, there is a configuration option that allows several countries: ```ruby Phonelib.default_country = ['US', 'CA'] phone = Phonelib.parse(phone_number) ```
@tilo check version 0.9.1, I saw this happening for possible numbers only, with valid numbers it was working properly
great, closing the issue
Are you using rails5 branch?