patrizok
patrizok
Requested changes Add logout option #15
In some cases dump stucks; Actually it stucks when tgLoadChats (mtproto.TL_messages_getDialogs) return **TL_messages_dialogsSlice** type Where _if len(slice.Dialogs) < 100_ condition comes from and what is '100' ? In my tests...
#### Environment * clickhouse-connect version:0.7.19 * Python version: 3.12.5 * Operating system: Docker - Ubuntu * ClickHouse Server version: 24.8.4.13 ### Code example ```python import clickhouse_connect client = clickhouse_connect.get_client(host='x.x.x.x', username='xxx',...
Hello, I am trying to use tensorflow but when I import library it cause segmentation fault. ``` import faulthandler faulthandler.enable() import tensorflow from couchbase.cluster import Cluster from couchbase.options import QueryOptions,...
While trying to get list of chats it throws an exception, I fixed this error like that. It seems work right now. Thanks.