Atul Varma

Results 102 comments of Atul Varma

Hmm, I could swear that I saw something about a year ago which said that new versions of Django won't unnecessarily create migrations when choices change, but I'm unable to...

I recently saw that Chrome and other browsers are finally applying a default `rel="noopener"` to anything that opens a link with `target="_blank"`, at least, so that's good: https://www.chromestatus.com/feature/6140064063029248

Ah @romeboards just mentioned that we'd still like to know if users self-identify as NYCHA folks, regardless of whether they actually _are_ NYCHA or not, so we should probably keep...

Note that due to RAD conversions, and the fact that our NYCHA office data is a few years old at this point, we may not want to trust our NYCHA...

Er, also, the Wikipedia page for NYCHA says that NYCHA "administers a citywide Section 8 Leased Housing Program in rental apartments" and I've found similar statements across the internet. So...

When we added support for django-sql-dashboard in #2103, we created a read-only user in production. Although it doesn't have access to really sensitive fields like password hashes, it's useful for...

@samaratrilling this might be a good first issue, since it basically involves renaming things from `EFNYC` to `EVICTIONFREE`, I think...

Nice detective work, thanks @samaratrilling! Here's some thoughts: 1. As for adding indexes, it depends on the table. I _think_ all tables except for [`wow_bldgs`](https://github.com/JustFixNYC/who-owns-what/blob/master/sql/create_bldgs_table.sql) are created by NYCDB, so...

Feeling quite frustrated with pipenv's over-eagerness today, as upgrading to django 2.2.18 in #1906 also inadvertently upgraded pyjwt to 2.x, which docusign isn't compatible with, and broke HP actions for...