Dmitry Verkhoturov

Results 71 issues of Dmitry Verkhoturov

As pointed out in https://github.com/umputun/remark42/discussions/1208, remark42 supports GitHub-Markdown-style `spoiler` and `details` tags but it's not reflected in the [page](https://github.com/umputun/remark42/blob/832f4fd858fa2decc74bb635e227c168a19f0782/frontend/templates/markdown-help.html) which is referenced for MarkDown help ([example](https://demo.remark42.com/web/markdown-help.html) from demo site): we...

help wanted
documentation
frontend
good-first-issue

The user who logged in with the email has to send and paste a token from the email to confirm the replies subscription. The desired flow is confirmation of subscription...

backend

Currently, email subscription window looks like this: I think the amount of information about the results of the subscription right now is not enough. My suggestion is to have an...

help wanted
frontend
good-first-issue

[Setup on your website](https://github.com/umputun/remark42/blob/8dc7e44f2e8888082f83e17b217b58787f13335c/README.md#comments) "Comments" section shows frontend configuration with non-default values and defaults ones written in the comments: I propose to have all default values listed there and mark...

documentation
frontend

[Link for test](https://radio-t.com/p/2020/02/04/prep-688/#remark42__comment-199a2dee-de74-44df-a78d-d98fbad64d15). Current view for logged in user: If you hide the answer of the first reply author: As you can see, complete thread is hidden. I wouldn't know...

help wanted
frontend

Per offline talk with clickhouse developers, clickhouse-client will never be updated as it's part of the server binary and the change is the recommended way of using it. Changing the...

That version supports ARM.

The telegram package lacks tests with a mocked server. An example of such tests for Telegram can be found [here](https://github.com/umputun/remark42/blob/c3b39b4/backend/app/notify/telegram_test.go).

help wanted

Updated (Remark42) frontend code taken from https://remark42.com/docs/configuration/frontend/. Discrepancy discovered in https://github.com/umputun/remark42/discussions/1483.

Commands used: ``` find . -type f -iname "*.png" -exec optipng -o7 -preserve {} \; find . -type f -iname "*.png" -exec pngcrush -rem allb -brute -reduce -ow {} \;...