Erin
Erin
I guess it's less of an "autocomplete" and more of a suggestion, it'd work the same way as suggestions in the "subreddit" search field on profiles. It wouldn't complete anything...
Both. Old reddit has the same behavior.  
huh... that's very strange, I was troubleshooting an issue on Discord the other day that the user said was solved by making the reason shorter... I'll have to look into...
Actually is there anywhere else in the code we have to get information about a URL? It might make sense to split this off into a `getURLInfo` helper kinda like...
> - Add an option to show the AutoModerator action as a hover over "removed by AutoModerator" instead. > ... > - Allow "ask for a second opinion in modmail"...
Had a conversation with dequeued on Discord, I'll summarize some of our thoughts here. - I think optimizing the layout of UI elements to minimize disruption/reflow is definitely worthwile. The...
LGTM after that change, thanks for the PR! Will let @creesch merge
wrt security - I'm pretty sure the only real risk incurred by allowing user-defined regular expressions is REDoS, e.g. a specially-crafted pattern causing the interpreter to hang. Browsers will prompt...
Failure to load in Firefox is due to an error thrown when `version_name` is missing from the manifest. We load the version name directly from the manifest to avoid duplicating...
re: your `{content}` idea, can't you just do something like `{body}{link}` instead? `{body}` should be empty on link posts, and `{link}` should be empty on comments and other types of...