-
We don't want to require users to provide a zipcode when they register. However, collecting users' physical location (at least city and country) is pretty crucial to 350.org's ongoing organizing effo…
-
Firstly, thanks for the code. I'm using the getZipsInRange to find all zipcodes with X miles of a given zipcode. I get a large number of results, and it seems fairly accurate at the "local" level, b…
-
```
If zipcode db is installed -> unistall
then restart app
install the zipcodes datapack
the zip/city lineedits are not refreshed
```
Original issue reported on code.google.com by `eric.mae...@gmai…
-
```
When creating virtual patients, we use the zipcodes.csv file.
Remove this.
```
Original issue reported on code.google.com by `eric.mae...@gmail.com` on 5 Dec 2012 at 4:19
-
Hello,
Will you be adding the 119th congress? This would be huge if changes have been made.
-
```
Please support Oracle style MERGE statement, at least when in Oracle
compatibility mode.
For example, given table like:
CREATE TABLE "MERCHANT"
(
MID varchar2(128) PRIMARY KEY NOT NULL,
L…
-
The current lookupByCoords returns ``string | null``.
Is it correct?
![image](https://github.com/davglass/zipcodes/assets/128102810/8cd2f498-4b2c-4459-9294-77c714ca7ccc)
It should be ``ZipCod…
-
There is an issue where if you search for zipcodes that are deemed deprectated the page returns results for the next zipcode over. The program doesn't save those zipcodes but it will go through all t…
-
instead of looking up zipcode based on lat-lon, will need to look up lat-lon based on zipcode
-
I'll just run some tests for a while to see nothing crashes or anything.
- [x] Can we give 2 secondary preferences in a single statement?
- [ ] Can we give 2 secondary preferences one by one -> it…