Boris Muratov

Results 20 issues of Boris Muratov

When trying to use the source command on a tag, it errors out and the exception is not caught: ![image](https://user-images.githubusercontent.com/18114431/146649765-4a565d26-fcc3-446d-aea3-38bff2d336a7.png) A simple solution would be to just catch the exception,...

t: bug
p: 2 - normal
a: tags
status: approved

The purpose of the mentions rule is to catch people spamming user mentions, but `message.mentions` shows the user being replied to, if the reply is pinging, which is out of...

t: bug
good first issue
p: 1 - high
a: filters
status: approved

We sometimes need to query user data such as the user or infractions embed, when all we have is the username. Since the site DB stores user ID's and usernames,...

a: API
a: moderation
p: 2 - normal
l: 1 - intermediate
t: enhancement
status: approved

I tried adding the following snippet to a django template: https://bulma-collapsible.netlify.app/usage/#collapsible-card However the element appears collapsed, and pressing the button does not expand it. Made sure that bulma-collapsible is enabled.

type: bug
help wanted
priority: 1 - high
level: 1 - intermediate

We designed the verification system before we had components and interactions. Discord has changed quite a bit since, and we should revisit the current setup. ## Current State Users have...

a: frontend
p: 2 - normal
t: enhancement
status: approved

We should have a command to append to a nomination reason, when the current reason is okay and we just want to add information without repeating the entire reason. Like...

t: feature
p: 2 - normal
a: recruitment
status: approved

We should have a context menu command for helpers to nominate users. * The command will be available only to helpers. * If the helper didn't nominate the user yet,...

t: feature
p: 2 - normal
a: recruitment
status: approved

Adds a button to the mod alert when there's a chance this is a phishing attempt. Pressing the button will compban the user and add the appropriate content as an...

t: feature
a: frontend
a: filters
p: 2 - normal
s: waiting for author

Tags can have aliases, and they clutter the tags list. A person going over the possible tags will see several entries of the same tag, and might be unable to...

a: frontend
s: planning
p: 2 - normal
a: tags

Currently, the `update` method of RedisCache only accepts a dictionary. I think it should be able to accept keyword arguments as well, similarly to a dict. This will allow code...