site banner

Bugs, Suggestions, Small Comments, And Site News

Have you found a problem in the site? Do you want to make a suggestion on improvement? Do you just want to say "hi everyone"? Post it here!

If you'd like to help with development, check out the Github and the dev Discord. We have a practically infinite list of small things that need to be fixed or changed.

24
Jump in the discussion.

No email address required.

Is there any technical constraint making us stick to 10k characters for comments like on Reddit? I think the way we use this community means that long comments are really common and are actually the sort of thing we want to encourage. I think 15k or 20k might be better if it's just a config change. Especially since I don't think we have the functionality to lock the top-level comment so people can only reply to the full comment the way we used to.

(I just ran up against the 10k limit for a comment I posted in the CWR and had to trim it.)

I don't think there are any technical constraints. The sql for the db has it set at 10k and there are places where the 10k limit is hard-coded, but it seems like increasing the limit should be relatively simple.

EDIT: although this issue says that the limit is 20k