Michael Ozeryansky

Results 26 comments of Michael Ozeryansky

I guess I've already written the code to avoid the issue so it's solved for me in a way, but when doing something quick I keep running into it. I...

I've created a PR. Let me know what you think, thanks!

I was having the same issue, but my case was a bit different as 100% wasn't working for me. This is what worked with my layout: ``` ```

I was using TradingView's example and had implemented and working like this: ``` useEffect(() => { ... const chart = createChart(chartContainerRef.current!, { width: chartContainerRef.current!.clientWidth, height: 400, autoSize: true, }) ......

You set the `peerDependencies` to `">=4.0.0"`, so I was able to use 4.1.0. It's been working fine for me and I meant to post back here when I got it...

Wow that's a lot of people, thanks for checking!

No problem, I'm not blocked, just wanted to report the bug.

Np. Do you know why `alpaca-ts` is necessary considering the `alpaca-trade-api-js` contains types definitions? But also why are the types mapped behind a non-typed function? https://github.com/alpacahq/alpaca-trade-api-js/blob/master/lib/alpaca-trade-api.js#L148: ``` getBarsV2(symbol, options, config...

Ok, I can try to use it from now on, but when I tried installing it using `npm i [email protected]:alpacahq/alpaca-ts.git#v7`, vscode says: `"Cannot find module '@master-chief/alpaca-ts' or its corresponding type...