kuno
kuno
@ashleybrener What the version of `geoip` you are using?
@ashleybrener I've push some code in new `unstable` branch, can you give it a try?
Not repeatable, Closing.
@nfo Actually, some days ago, I've merged a [pull request](https://github.com/kuno/GeoIP/pull/69) to try to solved this issue. In short words, what this patch did is, if the given parameter is not...
@nfo Thanks for you comments, Yes, I am lacks the experiences that you have that to run millions lookups. I'll definitely implement your idea into code.
@nfo BTW, can you offer some details about the difference between > > > typeof val == 'string' in JS and IsString() in C
@nfo good idea, I think we can expose a c++ function in js land to validate inputs. Thanks.
@nfo I've just add a natvie function `isString` to validate the put. You can found committing details in [here](https://github.com/kuno/GeoIP/commit/40be20f6095cf8427684eeece62e7315696dc350). If you give it a try on your environment, I'll appreciated.
@nfo By default, if the given input is not a string, it will throw an error or call the callback with the first argument is the error object. But if...
@chengen I have some kind of validation mechanism inside the code, this should not be happened. Before loading the db file, it will always to check if the type of...