Oleg Taranenko
Oleg Taranenko
set it to aggTrade, rather than just trade, as far as aggTrade event produce less payload in use case of many symbols
there are over 109 scripts entries tends to require unnecessary additional time for looking specific script...
I started to learn contributing to CCXT development. The aim of this patch - just sort object's properties, variable assignments and similar places in the alphanumeric order. Not case sensitive....
eliminated annoying ts configuration mismatch, which produces red marks working with examples inside IDE I'm not sure how it could affect on the other parts of project but to me...
Maybe more intelligent way to discard all ts errors in the example. Additionally minor changes to code and increasing timeouts to more convenient watching
Liquibase doesn't support "Indexes with Included Columns". See https://docs.microsoft.com/en-us/sql/relational-databases/indexes/create-indexes-with-included-columns?view=sql-server-ver15 for more info Currently, this kind of new Indexing is using on MS-SQL, Postgres, and others Possible Format ``` ``` which...
new property are nullable by itself, then no need to make those required
minor cleanup, hope should not affecting on the whole process
Using last version of [socket.io 4.x](https://github.com/socketio/socket.io) cause exception in browser: ``` create-or-join.ts:63 WebSocket connection to 'ws://localhost:3003/socket.io/?EIO=3&transport=websocket' failed: Invalid frame header ``` Which is usually means socket server/client version mismatch. To...