Dmitry Verkhoturov
Dmitry Verkhoturov
@PixelOrange, I would propose you check changes in #112123 and verify if something is missing there from your perspective. The valid range of values is 1ms-1s, and the k8s source...
`PygmentsUseClasses = true` helped me, thanks for the hint!
[Here](https://github.com/paskal/resume/blob/master/Dockerfile) is Dockerfile for arm64 which works for me, I don't know for sure that build-pdf works but I assume it does, and it's less ugly.
I would propose to alter the example in [the code](https://github.com/hashicorp/golang-lru/blob/d46c1d9/expirable/expirable_lru_test.go#L517-L520) and Readme to have values which produce consistent results.
I'm okay with the lack of mentions of the anchor links. At least they work properly now, thanks to @Jaskon. Resolving this issue.
There is a button in the web interface which takes you through the flow of subscribing to replies to your messages through email if the feature is enabled on the...
Used endpoints are described in [remark.rest](https://github.com/umputun/remark42/blob/385ea80/backend/remark.rest?plain=1#L152-L169): ``` ### get information for sending confirmation token for current user. auth token for dev user for secret=12345. ### After you'll get the response,...
If `telegram_bot_username` is set, Telegram user notifications are enabled: now I don't see any reason why it's done that way and not as a boolean flag. Feel free to alter...
I've changed the config option to boolean `telegram_notification` in #1648. As for the subscription URL, I was wrong: for the `subscribe` request, you get JSON with `token` and `bot` fields...
Thanks a lot! As for the confusing error code, please path by yourself in your branch: ```diff diff --git a/backend/app/rest/api/rest_private_test.go b/backend/app/rest/api/rest_private_test.go --- a/backend/app/rest/api/rest_private_test.go (revision add01455fba91e6b96b6fe13c3be306773afc6bc) +++ b/backend/app/rest/api/rest_private_test.go (date 1688587010194) @@...