Oleg Valter

Results 86 comments of Oleg Valter

To follow up on [b-Istiak-s](https://github.com/b-Istiak-s) comment, comment thread titles are, indeed, limited by the DB data type to 255 characters (`string` is mapped to `varchar`). Unfortunately, it doesn't seem like...

@cellio if we are feeling fancy, we can calculate [edit distance](https://en.wikipedia.org/wiki/Edit_distance) and suggest a limited set of tags with low distance. At least with the Levenstein distance (a library can...

Closing this in favor of #1372 as it's more fleshed out in terms of how it could work.

The core problem is `markdown_tools` partial's link insertion button being of type submit, causing click handler to be triggered. @ArtOfCode- - since the button's no longer in a form and...

This is not a bug with applying validation, this is an issue of not passing correct values (like, at all) to character counter. The default for `mdhint` is 30 and...

On a related note, we should probably not allow to create tag wikis of 30K chars or _at the very least_ limit it to 30K chars as currently we only...

> Is there a reason for that piece of code that was misaligning the last button? It's marked important after all. @MoshiKoi yes, unfortunately, there is - apparently, it exists...

Can the issue be locked, please? At least temporarily as spammers seem to have got themselves a nice mailing service out of it with a wide reach via GH's email...

Can't we just derender links for posts with spam flags as it's trivial to get that info via a query? Will require a couple of changes to the views and...

> Dockerfile has to work for everyone so we can't edit it in the repo Minor nit: we can and *should* make those changes to the repo, they are just...