Tim Abbott

Results 1379 comments of Tim Abbott

I'm merging this as a good start, but I think it needs some more work before we can start scaling it out: - The resulting users don't actually match `user_schema`;...

I fixed the comments above that I felt blocking for merging; the rest seem like things we can investigate and address in localized follow-up PRs, since they seem unlikely to...

Have you checked whether the password you set is being correctly written into `/etc/redis/zulip-redis.conf` on the redis container and `/etc/zulip/zulip-secrets.conf` in the `zulip` container?

Puzzling. https://github.com/redis/redis/issues/13437 and my understanding of the Redis configuration system suggests that Redis should really be using the password there... Is it possible the password contains characters that redis can't...

I'm pretty sure the compose file here just works. Very puzzling. Well, a few thoughts: - This particular trace will not be possible in Zulip 10.0, since we squashed the...

We did merge some PRs upgrading dependency versions not long ago, so maybe it's worth someone else testing that `main` in this repo works for them. Though I guess you're...

Just a small note on how we handle this class of issue in the web app: We store for each message list an `all_items` (all messages matching its filters, including...

Zulip's outgoing emails are designed to be threaded by modern email clients by using a consistent email subject line for each thread. What email client are you using? I'm not...

Cool, I think that confirms this is an actual issue, tagging it accordingly. It's probably indeed not very simple.

Reviewed, ping me on chat.zulip.org when the remaining thing is resolved.