norunners
norunners
Thank you for the status update ask. Although it's been idle for a while, I'm a bit hesitant to declare that as an official status. I would still be interested...
Sub-accounts would be huge for customers!
> why not just tag each account by client_order_id (e.g., "aaa_timestamp} and later group all filled order (from account activiteis) by client_order_id? Limiting API access and funds/balance per sub-account increases...
Should the JSON tag `omitempty`?
I believe that level of validation would need to happen after marshaling has occurred. What I'm asking is when the `min-balance` field is zero, should we marshal to `"min-balance": 0`...
Thank you for investigating this and providing detailed explanations. I’m going to try and use an html minifier before parsing as a short term fix. I’ll check out vdom2 and...
@mar1n3r0 I'm definitely interested in the idea and the topic in general. There will be several areas where the API may need some reworking, due to the type safety. For...
The main concern here is that connection reuse is lost if the transport is clone per request. Establishing a connection per request is going to slow things down, e.g. TLS...
Hello, thanks again for putting this together. This change has sparked a couple ideas I want to brainstorm. First, we need a "generic" way for users to define their own...
I'd be willing to contribute my GoGPT that I've been using lately. It has two decent knowledge base sources starting out. Let me know if interested.