ilyalatt
ilyalatt
It is fixed in [my library](https://github.com/ilyalatt/Telega).
[The fix](https://github.com/ilyalatt/Telega/commit/ccc85e0e510532e15830f4ce688a651e7bdfba84) is very simple, it can be easily applied to this library as well.
I've published a [package](https://github.com/ilyalatt/Plotly.NET.PuppeteerRenderer) for `Plotly.NET` that uses `PuppeteerSharp` and `Chromium` to render charts. It uses a bit of HTML patching to call `Plotly.toImage` method that renders the chart in...
> I've published a package that uses `PuppeteerSharp` and `Chromium` to render charts. > It's called [Plotly.NET.PuppeteerRenderer](https://github.com/ilyalatt/Plotly.NET.PuppeteerRenderer). > The code is written in C# but it should not be a...
Hello. It was planned. There is a roadmap issue #57. There is `f/next` branch with [desired interface](https://github.com/ilyalatt/Telega/blob/b23a735acf86049ef513f6502ee20b3dd9b6ff2c/Telega/Client/TelegramClient.cs#L34). But the problem is that I abandoned the project refactoring for now. It's...
The default session store overwrites the session file using a backup. So the session should not be corrupted. It can be staled however. One example is low SeqNo. The client...
Hello. I guess you need to use 136 layer version instead of 135. I have updated the library. Try to use `0.5.1` version.
Not yet. `tcpClientConnectionHandler` needs to be changed to `networkStreamProvider`. It should not be hard.
Hello. Looks like you use preview version of `0.5.0`. Try to update the library.
This code is still needed. It should be removed in ‘0.6.0’. On 15 Jan 2022, 12:03 +0100, derodevil ***@***.***>, wrote: > Is this code still needed or you have update...