Atul Varma

Results 101 comments of Atul Varma
trafficstars

We updated react-mapbox-gl in #420, so hopefully that will fix this...

Note that since #346 this will be reported as an explicit exception with the message `Address results do not contain geosearch results`.

Ah possibly! The weird thing, though, is that as far as I can tell, I can't reproduce the error... If the problem was because the lat/long info isn't in PLUTO,...

Err, it seems to still be happening though? [According to Rollbar](https://rollbar.com/justfix-nyc/who-owns-what/items/1919/?item_page=0&item_count=100&#traceback), it's been happening for visits to some pages on the latest version of our codebase, although I can't reproduce...

Er, put another way, we could "flip" how we handle BBL-based URLs versus address-based ones: instead of the BBL-based ones redirecting to the address-based ones, we do it the other...

Yeah that sounds good to me!!

Note that this kind of thing will also be useful for our "subscribe to our newsletter" form too!

Are we certain 1.9 is stable now? #77 seems to indicate otherwise. I haven't tried upgrading to 1.9, but I have tried upgrading to 1.8, and I've noticed the `RemovedInDjango19Warning`...

Sure! The first thing that gave me pause was this dialog box: ![intercept-01](https://cloud.githubusercontent.com/assets/124687/14883846/c27c3b28-0d0e-11e6-82cb-213602597e0b.png) This made me uneasy because I wasn't sure if something might go amiss in the import process,...

Hello! I just discovered this great project, but like @Sunjammer, I prefer to use Typescript with its [strict mode](https://www.stevefenton.co.uk/2018/01/embracing-typescript-strict-mode/) enabled, and the currently-generated code doesn't work with that. I think...