Zajcev Evgeny
Zajcev Evgeny
If I send message with url like https://ru.m.wikipedia.org/wiki/Моральный_кодекс_строителя_коммунизма#История_создания , new message gets `web_page` attached in the message content, however url of the web_page appears without "История_создания" caption. Here is the...
TDLib has nice `updateUnreadMessageCount`, which gives info about total number of unread messages. However there is no way (except for scanning all the chats) to get number of total unread...
## Telega Setup *OS*: Ubuntu 20.04.1 LTS *Emacs*: GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) *Telega*: telega v0.8.2 (TDLib v1.8.0) (telega-server v0.7.13) ## Current Behavior...
## Telega Setup *OS*: Ubuntu 20.04.1 LTS *Emacs*: GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) *Telega*: telega v0.8.1 (TDLib v1.8.0) (telega-server v0.7.13) ## Current Behavior...
In case some image washes out from Emacs images cache and at the same time `tdlib` cleanups downloaded files, then Emacs won't show image correctly, only squares are shown. Possible...
In the h265_parser code there are many names which uses "hdr" acronym, for example `vui_hdr_parameters_present_flag`. I think this is a typo, and hrd acronym should be used, meaning "hypothetical reference...
Installation fails with next error: ``` ... [100%] Built target json2tlo Install the project... -- Install configuration: "" -- Up-to-date: /usr/local/lib/libtdutils.a -- Up-to-date: /usr/local/lib/libtdactor.a -- Up-to-date: /usr/local/lib/libtddb.a -- Up-to-date: /usr/local/lib/libtonlibjson.so.0.5...
To control how much space is used for margins (in case resulting svg icon is larger then original svg image), MARGIN-DIVIDER parameter introduced. The larger value for MARGIN-DIVIDER you specify...
What do you think guys?
Currently there is no possibility in pony to map directly to C unions. Since unions are much similar to struct type, we could just have annotation, for example: ```pony struct...