tangyoha

Results 13 comments of tangyoha

my proto file: ```cpp // 聊天 message ChatMessage { enum ContentType { Unknown = 0; Text = 1; Image = 2; Video = 3; }; uint64 timestamp = 3; bytes...

Hi @semlanik , In the client test file, I found that there is no testMethodClientStream service test, how to use the api generated by qtprotobuf?

After checking the source code, I know the reason. The Equal overloaded in QGrpcSubscription is regarded as the same QGrpcSubscription as long as the method and the parameters are the...

> _Question_ > How to use bidirectional flow? > The client calls subscribeUserEventLoopUpdates many times, but the server stream fails to receive the message. > proto file: > > ```c++...

Is it because of the Post parameter problem that the Golang server cannot recognize the two posts as the same steam?

@Jason3S, Yes, I am running voce remotely. use [remote ssh](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh)

see https://github.com/tangyoha/telegram_media_downloader `config.yaml` add `file_name_prefix` to save caption

### Download files from a specific date period * [en](https://github.com/tangyoha/telegram_media_downloader/wiki/How-to-use-Filter) * [中文](https://github.com/tangyoha/telegram_media_downloader/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8%E8%BF%87%E6%BB%A4%E5%99%A8) chat_id: your_chat_id download_filter: 'your_chat_id': message_date >= 2022-12-01 and message_date

@rjmolina13 hi, please change you config. like: ![image](https://user-images.githubusercontent.com/39958403/221605342-924a86a0-d0c1-4b6a-9419-00153ccc7dcc.png) ![image](https://user-images.githubusercontent.com/39958403/221605438-16b7bb69-9820-43cc-94d4-4afe43f844a1.png) Because media with a .heic suffix is considered a document

@huzikai0424 hi, Thanks for your feedback, we will add it in the next version.