Results 10 issues of Vasilii Blazhnov

#### Summary There was a typo in link and it was incorrect, now it is fixed #### Ticket Link There was none

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** If you open a document with the character `+` in title and try...

Is it possible to change or add a new conf file without recreation of a container? I found only one way to do this: make changes in `service_*.conf` files and...

As I can get from README there is no way to get which stream (stdout or stderr) the log entry comes from, at least at API, isn't it? Also I'm...

[`plugin.json` says `"min_server_version": "5.37.0"`](https://github.com/mattermost/mattermost-plugin-starter-template/blob/18b436aa4c5f329e96df5cc78b5f00f3fd2d89d2/plugin.json#L10), but backend plugin requires `github.com/mattermost/mattermost-server/v6`. Plugin builded with current master has error deploying to v5.39.1: ``` { "level": "error", "ts": 1645430037.4994786, "caller": "mlog/log.go:251", "msg": "Unable to...

Everywhere in the API reference User Props is described as `object`. For instance https://api.mattermost.com/#operation/CreateUser . Regarding to https://www.json.org/json-en.html JSON object can have members of any JSON types. But in official...

Help Wanted

Add DB's results encoding settings

https://github.com/umputun/monit-docker/blob/7e2cbba369f6503e414b285bafbe88ad9a5eaae5/build/start.sh#L11 I think it supposed to be `grep -v monit`, but if current version works fine - `grep` should be deleted

Way to reproduce: ``` # elymas/shared "Oops" die OopsIllegal instruction ``` where `Oops` goes to stderr `Illegal instruction` goes to stdout