James Harden

Results 29 comments of James Harden

Yes!!! Bugs !! My reorganization definitely causes some new bugs. Thanks to I will read these files line by line, or implement them line by line. Fix the bus along...

Really? As the #4 mentioned that "notebooks should be more beginner friendly". Lots of basic information and explanations should be added. Will anyone reorganize the "mxnet-notebooks"? Give it a totally...

yeah, the FTX deserve a place

yes. I am facing the same issue ``` encoded_string: {'symbol': 'LRCUSDT', 'orderIdList': [14460401649, 14460401648], 'recvWindow': 2000, 'timestamp': 1657542266783} query_string: symbol=LRCUSDT&orderIdList=14460401649&orderIdList=14460401648&recvWindow=2000&timestamp=1657542266783, special: False ```

@[andrea-c-binance](https://github.com/andrea-c-binance)

Yes, the features or the properties of machines(servers).

I got the same error on AsyncClient with futures_place_batch_order

yes, not the connection would release or not after an Exception ``` try: async with __pool.acquire() as conn: async with conn.cursor(aiomysql.SSCursor) as cur: sql_string = "INSERT INTO ....." await cur.execute(sql_string)...