Neil Pilgrim
Neil Pilgrim
I've only seen this once, so this is likely an uncommon situation. This caused the popup which occurs when an event handler function doesn't handle all exceptions, from an error...
Following #1173 it would be useful to look through other markdown in Zulip and see how it is output in notifications, and attempt to improve it if possible. Possible issues:...
Currently the stream box can be quite wide; we spread the boxes between the available width. While topic length can vary, we should be able to find some way to...
When we enter/leave the topic list, we currently reset the focus in the topic list to the top - even if previously it was some distance down the list. I'd...
Currently we use `platform` to determine which platform we're running on, currently primarily for notifications. There are currently some limitations in this: * while not expected, we don't ensure that...
With #563, monochrome support is much improved, for a truly high-contrast (or retro!) experience. However: * Can we improve the 'colors' used for each style? There are very few combinations...
Often it's useful to extract code - or maybe any quoted text? - from a message. The likely initial way to implement this would be to ultimately add an extra...
Currently we show the full date/time for each message, and in user 'last active' times. The only case we currently don't show the full detail is with years, where we...
To use a term from #822 and related discussion, 'sticky' refers here to when state is retained, and possibly applied to other actions, and doesn't automatically reset. Currently the side...
* [x] Add black 'badge' to README * [x] Document basic expected style (isort + black?) * [ ] Document auto-fixing code at base level & editor integration * [...