Results 60 comments of Alex

Unfortunately, no, split() returns input iterator only :( I recently stucked with same issue, and found an article about this problem: https://brevzin.github.io/c++/2020/07/06/split-view/ . @BRevzin sorry for mentioning you, but maybe...

I will try to make it when will work on Conan recipe :)

Hello, @ForNeVeR . Yes, they can via [editMessage](https://core.telegram.org/bots/api#editmessagetext) method. Please take a note about the *message_id* parameter – you can get from a same JSON attribute *message_id* of [sendMessage](https://core.telegram.org/bots/api#sendmessage) method's...

Yes, guys, we should continue Sergey's work

I also think that it could be implemented via modifying the (lapack-config-install.cmake.in)[https://github.com/Reference-LAPACK/lapack/blob/master/CMAKE/lapack-config-install.cmake.in] by adding this snippet: ```cmake add_library(LAPACK::LAPACK UNKNOWN IMPORTED) target_link_libraries(LAPACK::LAPACK PUBLIC lapack) ``` but I'm not exactly sure about...

Seems that #12019 introduces the SHA256 error (or upstream retags the release), as I got this error while checking emsdk/3.1.18@: ```sh ERROR: emsdk/3.1.18: Error in source() method, line 29 tools.get(**self.conan_data["sources"][self.version],...

v0.1.0 doesn't build on msvc > 16.5 too, and I'm thinking to handle this for v0.1.0

So.... I could compile v0.1.0 and v0.4.0 using msvc 17 in C++20 mode... Let's see that CI says...

Seems that this feature are requested for upstream: https://github.com/telegramdesktop/tdesktop/pull/3232