Oleg Yukhnevich

Results 285 comments of Oleg Yukhnevich

So, it's why it doesn't work... You need to run it `sudo apt install make zlib1g-dev libssl-dev gperf libc++abi-dev libc++-dev ccache ninja-build -y` And then, checkout that repository, in `cli`...

HI You don't need to build tdlib on your own. It's already comes inside library, and it's built with different package name.

Hi I'm afraid to give you some ETA, but I believe it will be ready in 1 or 2 weeks... Now, I'm mostly waiting for release of kotlinx-coroutines with support...

Answering is much faster, then writing code :) BTW, you can experiment with current 0.5.0. Main interface of interaction will not change in a big way. 0.6.0 is mostly infrastructure,...

@lppedd cool! Good catch about DLLs, I haven't checked it earlier, someone also falls into that issue. During release phase I will also try to do smth with it, so...

Hi This library is wrapper over tdlib, not raw telegram api So you should look here: [Tdlib docs](https://core.telegram.org/tdlib) [Available classes and functions](https://core.telegram.org/tdlib/docs/annotated.html) The only thing, is that site contains info...

@lppedd FYI release is postponed, as I decided to rework some things a little (which cause big refactoring). So Im not sure now, how long it will take. The idea...

Hey! Sorry for the delay. I've investigated those dumps some time ago, but forgot to mention the results. Based on dumps I found, that there is some deadlock happening during...

First of all, the issue is not only about extension functions, but overall about resolving types from other modules **when there are intermediate source sets for one target**. In such...