Dmitry Verkhoturov

Results 185 comments of Dmitry Verkhoturov

If you're using binary and not Docker, you can use Docker even on your laptop to get the binary. `git clone https://github.com/umputun/remark42.git && cd remark42 && make release` - after...

Here is it, the version from the current master: [remark42.linux-amd64.tar.gz](https://github.com/umputun/remark42/files/9397844/remark42.linux-amd64.tar.gz)

Looks good for me. I don't have a problem embedding the code in case we need some customization. The only thing missing is adding attribution to the author, @valeriangalliat, to...

Oh, could you also please add the screenshot before and after the change?

@vanyauhalin @akellbl4, what is missing before that change could be adopted?

//cc @webkonstantin in a case side panel is something custom to radio-t.com and not standard functionality of remark42: it shows blocked users comment for me.

@webkonstantin I see blocked users' comments in the side panel. I think it would be better to retrieve them respecting the user's settings, e.g. without showing comments from users who...

My bad on terminology: I wouldn’t expect to see users which I personally hidden.

Yes, side comments widget on radio-t.com shows users who I personally hid from my interface. Seems like the reason is [/last endpoint handler](https://github.com/umputun/remark42/blob/7edf8e0b23853b9af42d39743bd3ed45d00624bc/backend/app/rest/api/rest_public.go#L207) which doesn't check if a user is...

@Mavrin @akellbl4 could you please provide your input on that? 1. Hiding user hides all replies to their message as well. Should we instead hide the message, but leave the...