Tim Abbott
Tim Abbott
One thing I notice seems wrong at the end of this branch: * An organization administrator sees groups they're not in under "Your groups" -- I think "Your groups" should...
This is great, huge thanks for sharing these tweaks @Bluewind! I've posted a bundle of comments on tweaks that may make it easier to merge some of the early commits;...
You can use `./tools/lint --fix ` to have the Black linter formatting be automatically fixed by the linter; if you run that on every commit in a `git rebase -i`,...
Structurally, the changes lgtm. I did a bunch of minor edits to comments/strings, and reordered the logic in the huddle hash commit, before tagging this to merge once CI finishes....
I test-deployed the first commit on chat.zulip.org.
I merged all but the last commit. I think this will need work on avoiding it being run on multiple servers in a cluster. See how we do this in...
(Oops, commented on wrong PR)
I merged a few commits that seemed clearly correct, but I think what I'd like you to work on for this next is making more clear what the purpose of...
There's 2K errors, but if you look at them, a huge portion are copies of a single confusion. E.g. we frequently access the `.realm_id` attribute of Django model objects with...
I'm pushing back to this PR with two commits: the requirements change tweaked to also configure the mypy plugin, which has 1999 errors. And then there's a new commit that...