rht

Results 789 comments of rht

I think it's fine to add `matrix-nio` in https://github.com/zulip/python-zulip-api/blob/main/requirements.txt.

That requirements.txt is for dev-purpose only.

I suppose `zulip_client.send` and `_matrix_send` are slow because of the network request. And it's unlikely that they contribute to the CPU load. Protip: you can also add `@profile` in the...

From my reading of the current state of the PR, there is no adding a number of retweets in the body of the message yet (a). What happens is that...

> @orientor @rht I'd encourage you to test the bridge somewhat extensively against a real matrix server to QA for additional issues here, since it's clear from this issue that...

> > @axelsimon thanks for the report; @orientor just fixed the documentation; can you also report the other issues you saw? > > Hi @timabbott, thanks for the reply. Is...

@timabbott it is currently blocked waiting for your reply to https://github.com/zulip/zulip/pull/14249#issuecomment-601992847.

Huh, yeah, I could have used that instead of passing the API key, but again, it is more convenient if the client anticipates that `.zuliprc` is in the current directory....

There should be a documentation somewhere that needs to be updated to say that `$PWD` is detected, shouldn't it?