S. Andrew Sheppard

Results 36 comments of S. Andrew Sheppard

Seems to be offline but it was apparently active at one point

Looks like @crschmidt is the registrant

Looks like proj4js.org is expiring, do we still need it?

Never mind it was just renewed.

Does someone want to contact @crschmidt to discuss pointing proj4js.org at Github Pages?

Looks like you could point proj4js.org to 204.232.175.78 and make www.proj4js.org a CNAME for proj4js.github.io. https://help.github.com/articles/setting-up-a-custom-domain-with-pages Someone will need to set up the actual page. It could be `gh-pages` branch...

@calvinmetcalf your page generator site is probably fine, do you want to add a CNAME and put that up (either as gh-pages or proj4js/proj4js.github.io)?

This would be a good use case for a [custom serializer](https://github.com/wq/django-data-wizard#custom-serializers). You can override the `Serializer.create()` method to do whatever you need. Perhaps something like this: ```python3 from rest_framework import...

I will add some documentation on debugging tips, but here are a few things to start: ### General Tips 1. Given the wide variety of use cases and failure points,...

This will change completely with the integration of redux (#105).