Mjumbe Poe

Results 26 comments of Mjumbe Poe

It's a good idea. Maybe we could show both the nearby points and the form. Put some text like, "Here are some nearby suggestions. Do you want to support one...

Does this mean toggleable layers? There is already the ability to add geojson layers.

Hey @allthesignals @stevenjan, The issue here is that Shareabouts currently _requires_ a geo-database (e.g., PostGIS). Heroku currently [only supports postgis on production-teir databases](https://devcenter.heroku.com/articles/heroku-postgres-extensions-postgis-full-text-search#postgis). The deploy to heroku button tries to...

@allthesignals that's totally possible. In the Heroku settings (e.g., https://dashboard.heroku.com/apps/[yourappname]/settings) you would want to update the `DATABASE_URL` environment variable to point to the remote database (something of the form `postgis://[username]:[password]@[hostname.rds.amazon.com]/[databasename]`)....

I think my bug was more basic than that. For example, with the current expresso codebase, if i were to write the following test: ``` 'test that the home page...

I'm curious what the state of this is with the most recent browsers. Since most browsers are probably over-rotating (as you pointed out above) I'm inclined to "fix" it.

If you include the README in the actual package, the pypi listing shows the readme contents. Compare http://pypi.python.org/pypi/djangorestframework with http://pypi.python.org/pypi/django-jstemplate. In fact, it will also include CHANGELOG and, I believe,...

ugh. i notice as well that the parity of the low number is respected in current property. is that the right behavior? (e.g. http://property.phila.gov/?a=1411-1430%20GERMANTOWN&u= gives addresses on the odd side...

@martey Also, the current model makes sense to me from a technical standpoint. I have a conference that I'm trying to use Symposion for that has 3 types of submissions:...