Aman Agrawal
Aman Agrawal
## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/CONTRIBUTING.md) of this repo. - [x] I have...
All the test-svg files used in this repository have a single path. How do I convert an svg that has multiple paths into a font without losing information. For example,...
This PR skips muted topics/streams with `n` hotkey.
Make zulip_bots.zulip_bots.terminal.py work with game_handler.py Add conf info for tictactoe and connect_four bots Fixes #315
Merels was ported to `game_handler` recently, but it's tests were not revised. They need to be reworked. Tests for `connect_four` bot can serve as good examples for how to modify...
```postcss $xs: 480px; $sm: 768px; $md: 992px; $lg: 1200px; $xl: 1400px; @custom-media --xs-min (min-width: $xs); @custom-media --sm-min (min-width: $sm); @custom-media --md-min (min-width: $md); @custom-media --lg-min (min-width: $lg); @custom-media --xl-min (min-width:...
Zulipbot shouldn't allow contributors who are not member of the Zulip organization to add labels to issues. For example, we don't want new contributors to set labels like 'good first...
Once an issue has `area` tag, comment a good public stream to discuss the issue based on the tag. For e.g., a good place to discuss this issue would be...
We fix width of footer sections and let the text overflow within. discussion: https://chat.zulip.org/#narrow/stream/9-issues/topic/landing.20page.20bottom.20menu.20issue.20.2322946 screenshots for
While the function which processes the realm registration and signup remains the same, we use different urls and functions to call the process so that we can separately track them....