Neil Pilgrim
Neil Pilgrim
Our current set of supported unicode emoji are irregularly fetched from the current master/main branch using `tools/fetch-unicode-emoji-data`, translated using another script, and then integrated via a commit with the resulting...
This issue tracks supporting the read receipts feature which is likely to release in Zulip 6.0. The equivalent mobile issue is zulip/zulip-mobile#5367 In the server this was covered by zulip/zulip#18935,...
I successfully placed the board into 115200 baud, and luatool will then only connect at that rate, as I would expect. However, I was initially surprised to find that it...
An upload appears to go ok, but the compile fails with: ERRORTraceback (most recent call last): File "./luat", line 298, in transport.writeln("node.compile(\"" + args.dest + "\")\r") File "./luat", line 106,...
From feature level 216 (Zulip 8.0), `realm_enable_guest_user_indicator` is present in the response from `register` (and in events), which should control whether we add a `(guest)` suffix to users with that...
Many of our tests have type hints, primarily on fixtures and the test function parameters, but we have some remaining exclusions, as noted in #1229. It is worth noting that...
The equivalent migration for get_next_unread_topic was performed in #1245. This is a precursor for improving the get_next_unread_pm method. Please check the steps performed in #1245. Not all will be necessary...
I've observed this behavior when: - the `DISPLAY` variable is set (eg. when using `ssh -X`) - the system fails to use a remote/gui web client Currently our URL-handling function...
The `keys.py` file contains details of how hotkeys are used and map to categories, labels, symbolic constants, and so on. These details are used in the execution of the application,...
Text forms of emoji/unicode are currently shown in messages and reactions, but if a user happens to have one in their user 'full name' then this is not handled right...