Elliot Winkler
Elliot Winkler
So I'm trying to use this plugin which interfaces with a server over TCP. The plugin works fine when sending data, but when receiving data it apparently causes the Python...
Likely, the wrong thing shows up for region or district when standardizing a UK address, or Brazil address, or Indian address. Definitely the README is wrong as it says that...
If we're going to add Canada Post we might as well add USPS.
One of the benefits of MelissaData is the fact that it returns an explicit error message if you leave out a unit or apartment building. This would be very valuable...
MelissaData has removed support for looking up Canadian addresses, except through their [international address lookup](http://www.melissadata.com/service/lookups/addressverify_univ.aspx), which is fine except that it doesn't really work too well. In fact, if you...
@stuartchaney has a fork [here](https://github.com/stuartchaney/address_standardization/compare/master) which added explicit support for units and apartment numbers. Now that I've upgraded to Google Maps v3 I need to ensure that this is working....
I know support for the ISO 8601 time format was added a while back, but it seems to be inconsistent with how everyone else parses stuff. Observe: ``` >> require...
The PS1 trick in AbstractCore#run_in_window does nothing in iTerm 2. The patch described in #63 would fix the issue (in both iTerm 1 and 2), but applying it directly is...
In other words, if you have a file like ``` window do tab "foo" end ``` then tab 1 will be empty and tab 2 will contain the "foo" command....