Alexander Ustyugov
Alexander Ustyugov
Converting quoted positive number as key works properly: ```json { "1": 123 } ``` ```go type AutoGenerated struct { Num1 int `json:"1"` } ``` But when the number is negative...
Sharing my solution, did not find anything appropriate for me in issues here. I am using tidal-connect-docker image on plain Raspberry Pi OS without any desktop environment, on Pi 4B...
- Programming Language version: Node.js v15.0.1 - CCXT version: 1.37.3 We are planning to add our exchange to CCXT, but there is one problem we can not solve in the...