Christophe Vidal
Christophe Vidal
Thanks, that's interesting. Our setups are a bit different. I don't have a Linux machine so I'm left with Docker (as LibreOfficeKit doesn't work anywhere else). I've been using an...
There is also a similar issue and some options discussed here https://stackoverflow.com/questions/71175052/how-to-parse-nested-struct-member-variables-in-rust-proc-macro
Some updates here. I've a solution (for my needs), but it has some breaking changes, also some other features of that crate would not work anymore, so I'm just posting...
Ok, I understand what you mean. I suppose a PR in that crate does not make sense, it's indeed not as good. In my use case, I've 100s (if not...
I will stop the spam here, but here is the final (fixed) version to support an Optional struct. Not sure whether there is not something better, because suddenly this was...
I see, that makes sense for serializing So to give a bit of background as to why I need(ed) this, I use this during the Deserialization phase. Actually, I'm querying...
Actually it's pretty simple. I use the same struct for building my query and retrieving the results: ``` #[allow(non_snake_case)] #[derive(Deserialize, Debug, FieldNamesAsArray)] pub struct CreatedBy { pub id: String, pub...
Yes, that's clear that one crate can't support all kind of different systems how they retrieve, and update records. For example on Salesforce, there is no such thing as a...
Quite excited to see V5 getting implemented. Question on private websockets: do you want to keep just one file [v5_ws_private.go](https://github.com/hirokisan/bybit/blob/main/v5_ws_private.go) or split it by category? We have [Position](https://bybit-exchange.github.io/docs/v5/websocket/private/position), Execution, Order,...
@nanom1t grab the main branch instead `go get github.com/hirokisan/bybit/v2@main`