Denton Liu

Results 9 issues of Denton Liu

Currently, `WsFutureUserDataServe()` and `WsUserDataServe()` both accept generic `WsHandler` types. However, the response events are known: https://binance-docs.github.io/apidocs/spot/en/#payload-account-update and https://binance-docs.github.io/apidocs/futures/en/#event-user-data-stream-expired We should parse the data into big Go structs which contain every...

The Binance futures API allows the [placement of multiple orders](https://binance-docs.github.io/apidocs/futures/en/#place-multiple-orders-trade) or the [cancellation of multiple orders](https://binance-docs.github.io/apidocs/futures/en/#cancel-multiple-orders-trade). We should support this in the library too. One open question is that I'm...

https://binance-docs.github.io/apidocs/futures/en/#change-log # WEBSCOKET * [x] New field e for event type in payload of streams @bookTicker and !bookTicker (#179, #180) * [ ] New field P for estimated settle price...

`futures.PositionRisk` defines `MarginType` and `PositionSide` which, instead of `string`s, could be defined as `MarginType` and `PositionSideType` respectively.

The Lichess API requires `code_challenge_method` to be defined for OAuth2 to work.[0] [0]: https://lichess.org/api#tag/OAuth/operation/oauth

After closing the window for crewlink, there are a few processes that are left behind. Inspecting the cmdlines for each of the processes that are left behind, it seems like...

### Is there an existing issue already for this bug? - [x] I have searched for an existing issue, and could not find anything. I believe this is a new...

triage

### Is there an existing issue already for this feature request/idea? - [x] I have searched for an existing issue, and could not find anything. I believe this is a...

enhancement :magic_wand:

Currently, the documentation for the Citus API only includes create_distributed_table() and not create_distributed_table_concurrently[0]. The function in question is only documented in the README[1] and in a blog post[2]. We should...

documentation