Sumanth V Rao

Results 13 issues of Sumanth V Rao

Steps to repro: * Mark Stream #Denmark to be muted (Web-App) in User 1 (Eg: Iago). * In User 2 (Eg: Hamlet), send 30 odd (around 40 to be on...

bug
help wanted
high priority
bug: crash

Looks like `alookup` fails to return data for capitalized domains ``` -> echo ucsd.edu | zdns alookup {"data":{"ipv4_addresses":["75.2.44.127","99.83.137.54"]},"name":"ucsd.edu","status":"NOERROR","timestamp":"2023-02-21T15:51:54-08:00"} -> echo UCSD.edu | zdns alookup {"data":{},"name":"UCSD.edu","status":"NOERROR","timestamp":"2023-02-21T15:52:01-08:00"} ``` This isn't the case...

bug

When messages with certain emoji's appear, the right border line of Middle Column, seems to be mismatched. One example of such an emoji is . (have not done an extensive...

bug
help wanted
area: emoji

Currently, the web-app has the following stream settings commonly accessible: ![image](https://user-images.githubusercontent.com/30312566/77979400-372d0100-7322-11ea-8d4f-b0f60ffe5806.png) Such a view is much needed in ZT and will help toggle simple stream settings with ease. Currently out...

GSoC
missing feature: user
area: popup: stream

This is definitely not a near-term priority feature right now, but just as a heads-up to a feature worth integrating into all clients in the future. zulip/zulip#16432 (which is the...

requires new server feature
api migrations
missing feature: user
version parity: 4

This PR address setting labels in narrow's with no previous message. A dummy message is created for such narrows with Welcome-Bot as the author and a suitable content, This message...

bug
has conflicts
size: XL

This PR is a step in the direction of fixing #395. **TODO**: Add tests

size: M
has conflicts

This is more of a *food for thought* PR (hence the 'draft') in hopes that it may possibly be an option we may want to consider one day. This introduces...

has conflicts
size: XL

This PR makes the set_count behaviour more consistent. The commits are broken as: * Rename a variable in set_count() function for better understanding * Extracting and distinguishing (read vs unread)...

size: L
has conflicts

The reason for this change is to * make it wasy to find position to add new tests (Especially for new contributors) * To make the test structure similar to...

area: tests
has conflicts
size: XL