Atul Varma
Atul Varma
This is now a lot easier thanks to #1347 and #1356!
We should also mention Tahnee's approach to capitalization described in https://github.com/JustFixNYC/tenants2/pull/1405#issuecomment-627415847.
So while this happens with free-form addresses, we migrated to always using granular addresses in #1118, and I've just confirmed that this problem doesn't exist when we use granular addresses....
It might be useful to run a data migration that essentially auto-granularizes all landlord addresses that were looked up via HPD. That way a recent user with a free-form HPD-looked-up...
Urg, I looked into this a bit more and I'm realizing that the validation logic runs in all kinds of contexts: when a user submits a letter request, when an...
Hmm, this does still seem to be an issue. I just verified it by visiting http://localhost:8000/en/onboarding/step/3 and choosing an option that opened an interstitial modal, and when I confirm the...
So I ran a script to find edge cases for this (see #1615) but only found two such edge cases; and there weren't just 2 or 3 candidates we were...
I added tests for the Django form code in #1283 but still need to add docs and tests for the front-end code, at least.
It seems odd that VS 2013 won't compile, since the dependency on C99/`bool` was documented in the description for #77 and @EyalAr even [mentioned](https://github.com/EyalAr/lwip/issues/18#issuecomment-68026633) that 0.0.6 (which has the same...
Thanks for the suggestion about `micromatch` @nasreddineskandrani, but like @TomMahle above, pinning it to `^4.0.0` didn't seem to improve performance for me either. 😢 I did find out one funky...