Tiago

Results 41 issues of Tiago

### Overview Describe the issue. What is the issue and what did you expect? Because of issue #373 I moved to the latest versions of Chart.js and Angular-chart.js: - Angular-chart.js:...

Firstly, thanks for making this! Having fun with an 8x8 neotrellis button matrix over midi. If I disconnect the device (after successfully connecting before), everything works perfectly once I reconnect...

**I was trying to...** Apply simple validations on a data transfer object (simple class) used in nestjs: ```typescript import { ExchangeName, TransactionSide } from "../exchange.model"; import { IsNotEmpty, IsNumber, IsString...

type: question

Hello everyone, TokenBot is partnering with our [Node.js Algo Traders](https://t.me/nodetraders) community for an exclusive $TKB airdrop ahead of their exchange listings. TokenBot is a tokenized blockchain-enabled network for algorithmic traders....

TypeDoc: https://typedoc.org/ Would be cool to see CI automatically push new docs to github pages.

enhancement

https://binance-docs.github.io/apidocs/spot/en/#staking-endpoints

enhancement
help wanted

There's two types of combined streams to support, each with a diff use case. The first one is easier than the second: - **static** - topics are known before the...

websockets

https://binance-docs.github.io/apidocs/futures/en/#change-log New connection method for WEBSOCKET. - Base Url is wss://fstream-auth.binance.com - Streams can be access either in a single raw stream or a combined stream - Raw streams are...

enhancement

Implementation would be easier for websockets if the library included pre-built type guards to narrow down types. ``` export function isWsFuturesUserDataEvent( data: WsFormattedMessage ): data is WsMessageFuturesUserDataEventFormatted { // The...

enhancement
websockets

E.g `subscribeMarkPriceKlines(coinMSymbol, '1m');` Not sure if all are working. Check examples ws-public.