rht

Results 168 issues of rht

Still missing: - there is currently no way to specify `data_files` for the `integrations/` folder to be copied to `share/zulip` (see https://github.com/zulip/python-zulip-api/blob/31365a8aacb01d11d2f4eb4ac7bf07ac88d43ad8/zulip/setup.py#L56). Relevant Poetry issue: https://github.com/python-poetry/poetry/issues/890. - since pyproject.toml is...

size: M

The event object of [this line](https://github.com/zulip/python-zulip-api/blob/396ef1d11adfd401ff807bcb77abb109669725a1/zulip/integrations/bridge_with_matrix/matrix_bridge.py#L107) only has these keys: `['unsigned', 'origin_server_ts', 'type', 'room_id', 'content', 'sender', 'event_id']`. `membership` is gone.

According to the README.md of https://github.com/matrix-org/matrix-python-sdk: > We strongly recommend using the matrix-nio library rather than this sdk. It is both more featureful and more actively maintained. We should migrate.

The current behavior is to automatically append "_zulip" to user-specified nick prefix, hence forcing the bridge nick to end with "_zulip". This current behavior is confusing the user, especially if...

size: M

~~test pr~~ works!

needs review
size: M
has conflicts

This is for the use case of playground.zulipdev.org.

size: M
has conflicts

This is a follow-up from https://chat.zulip.org/#narrow/stream/integrations/subject/Rocket.2Echat. ~What is pending is the documentation on how to set this up, lol, since the IRC mirror is about as undocumented as this one.~...

reviewed