tenants2 icon indicating copy to clipboard operation
tenants2 copied to clipboard

The JustFix tenant platform!

Results 101 tenants2 issues
Sort by recently updated
recently updated
newest added

The following snippet of code, if added to a django-sql-dashboard view, will do the trick whenever it sees a `pad_bbl` column: ```js /** * @param element {Element} * @returns {number|null}...

code snippet

It looks like users have to wait a good 2-3 seconds after typing in their address to get DDO suggestions, which is much slower than say, Who Owns What, where...

The implementation for sending text messages was originally written with the assumption that sending a text was similar to sending an email, but over time this has proven to not...

Since fixing #2067, I thought it might also be useful to be able to link to errors related to the user that may have been reported via rollbar. Here's an...

For more details, see https://github.com/JustFixNYC/tenants2/issues/2064#issuecomment-828702804. Before dropping it as a dependency, we should make sure that Node still reports correct line numbers for both uncaught exceptions, as well as--ideally--the [`Error.prototype.stack`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/stack)...

Right now the JS bundles we build use ES5 and include a bunch of polyfills, like [regenerator-runtime](https://www.npmjs.com/package/regenerator-runtime), to ensure that they work on really old browsers. All this support bloats...

Now that we have user tabs in #2049, it would be nice to move all the common info (email/phone/language/etc) from being "read only" just under the tab to being part...

At https://github.com/JustFixNYC/tenants2/pull/2040#discussion_r615044115 @samaratrilling was able to get a code climate extension running in vscode, which was neat because it showed the coverage information in her VSCode rather than requiring her...

The Lob code was originally part of the "loc" package because the only feature using Lob was the letter of complaint. However, now EvictionFreeNY and NoRent use it, and I...