Alexey Murz Korepov

Results 273 issues of Alexey Murz Korepov

I use Matrix as main Telegram client, so Telegram app is frozen via IceBox app most of time, and unfreeze native Telegram app only for make/receive calls. And when someone...

enhancement

Seems Telegram group description text is not bridged to Matrix room topic now? Or something broken on t2bot.io instance? If not, can you implement this?

enhancement

At now bridge do copy of all Telegram media to local Matrix server instance as local media files, so those files waste space on local Matrix homeserver. But all Telegram...

enhancement

At now it's impossible to find something in `Data` tab via browser search, if result have scroll and search string is not displayed in current view area. This is because...

CodeMirror

At now WhatsApp bridge bot don't provide any command to change display name for WhatsApp contact, so for contacts not in device addressbook I see names like `whatsapp_71234567890`. And when...

PhpStorm implements debugger for Twig templates, here is the announcement: https://blog.jetbrains.com/phpstorm/2019/01/phpstorm-2019-1-early-access-program-is-open/#twig_debug_support Is it hard to implement the same feature in PHP Debug Adapter for Visual Studio Code?

Now function `WebAssert::responseContains` does comparison in case-insensitive mode because of usage `stripos` php function: https://github.com/minkphp/Mink/blob/34c0ae0dff39b0ebfc3b028e66b60943e1bed4ce/src/WebAssert.php#L319-L325 And I see no ways to make case-sensitive comparison. So will be good to add...

At now logs output are shows only duration of transfer process like this: ``` INFO backup sx-20210830-070013-utc created successfully in 00:00:10 ``` Will be good to have here also information...

enhancement
help wanted

Added description that you need to pass the destination url to run job, if source is on remote machine accessed via SSH, to make transfer to destination job done. Fixes...