Atul Varma
Atul Varma
> We flush this info from the session when onboarding completes, but not if e.g. the user decides to login instead, at which point their session contains both logged-in data...
Note that #1412 is one experiment to try to solve this issue. Another potential solution, which I saw in a presentation or blog post about accessible React development a long...
Note that for non-NYC users, we let them know that they can't access our services on JustFix.nyc, so that's good at least (we actually had a few situations where non-NYC...
Er, this is now kind of a big deal in EvictionFreeNY, as the "language" dropdown does extend down pretty far and obscure a lot, e.g.: > 
Hmm, note that `email` is now in `BaseLetterContentProps`, a supertype for `NorentLetterContentProps`. I think this was added with the creation of EvictionFreeNY earlier this year. It may be harder to...
Thanks! I'm not sure what's going on there--it's especially weird/annoying that this problem _only_ crops up in Jest and nowhere else--but I ended up using the workaround mentioned in the...
Regarding the `MIN_DAYS_TEXT` internationalization: I think that instead of using that, we should just commit to always specifying the minimum days in terms of either days or weeks, and then...
Noice yeah that sounds reasonable to me. I guess we should run it by the content folks just to make sure they are OK with it.
Ok just got the 👍 from analisa that it's fine to use days across the board!
Ok, I parceled out bits of this PR that aren't relevant to the content audit (which is what is blocking us from merging this PR) into #1656 and #1657 and...