Mostafa

Results 23 comments of Mostafa

I created my own LoggerService that utilizes your useful class. I have two option: 1- Extends from the WinstonLogger and then add my own logging functions, as I've mentioned it...

Why don't you use like this: ``` await _client.ExecuteAsync(new TdApi.AddProxy { Enable = true, Type = new TdApi.ProxyType.ProxyTypeSocks5(), Server = "127.0.0.1", Port = 1111 }); ```

I think using the [StarkSoft](https://github.com/meebey/starksoftproxy) is useful. take a look at #824 issue.

@vuminhit I don't use StarkSoft anymore and this repository. you can use the main API with [tdsharp](https://github.com/egramtel/tdsharp). then you can use the [core function addProxy](https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1add_proxy.html).

Thanks. I didn't know that. maybe it is a good idea to mention that in the docs.

@beniz previous error was fixed, but when I want to use the trained service I get the following error when: request: ``` curl -X POST 'http://172.29.229.69:1913/api/deepdetect/predict' -d '{ "service": "dogs_cats",...

@fantes last problem has been resolved, and now I get another problem, the main api engine got killed whenever a large number of pics are added for indexing. I'm implementing...

Thanks, I can index and build them, but after searching, the pictures are not shown, because they are addressed through `/opt/platform/data`, how can I fix the problem. where is the...

![image](https://user-images.githubusercontent.com/1726531/135060659-e9f9be6a-0f12-472e-a099-af2ad2d9b66d.png) they must addressed from /data/ but they are addressed from /opt/platform/data ![image](https://user-images.githubusercontent.com/1726531/135060926-c9389e7e-7700-4dec-b82d-1b21caed5df2.png)