Joe Paul

Results 26 comments of Joe Paul

@mnunberg Can you release 0.7.1 to pypi?

> Seems like this might have been fixed in the upstream JDBC driver 0.3.2 https://github.com/ClickHouse/clickhouse-jdbc/releases/tag/v0.3.2 [ClickHouse/clickhouse-jdbc#680](https://github.com/ClickHouse/clickhouse-jdbc/issues/680) I can confirm that building this plugin with 0.3.2 jdbc driver fixed the issue....

@reinethernal If i understanding correctly, you are looking for a telegram messenger implementation for connecting to listmonk?

Ref: https://github.com/go-telegram-bot-api/telegram-bot-api#example 1. Initialize [telegram client.](https://github.com/joeirimpan/listmonk-messenger/blob/master/main.go#L90) 2. Implement [.Push()](https://github.com/joeirimpan/listmonk-messenger/blob/master/messenger/messenger.go#L11) where we can push to telegram chat. See example [here](https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/bot_test.go#L72)

I haven't added Telegram provider to this project yet. @reinethernal Are you interested in building this out?

Hi @abhyuditjain, few apis pertaining to gtt, margin calculation are missing.

I had similar thoughts. Instead of `client.place_order`, we could write something like `client.order.place`? But this will make it inconsistent with other libs that we have in place.

The client reconnection mechanism is pending. I'll try to see if I can implement it.

I was trying to do based on the the error in the `ws.connect` ![image](https://user-images.githubusercontent.com/11286580/95969684-ad133880-0e2c-11eb-94ec-42e9500c1988.png) Unfortunately, I m not able to get it work. Can you try if you feel like...