Rafael Faria
Rafael Faria
@VictorPietro I found this one and it is updated : https://github.com/Lu-Yi-Hsun/iqoptionapi
same issue here: ```python macd = vbt.MACD.run(close, macd_ewm=True, signal_ewn=True) ``` error: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ----> 1 macd = vbt.MACD.run(close, macd_ewm=True, signal_ewn=True) vectorbt\indicators\factory.py in run(cls, close,...
I have same issue, I'm using v5 with react and typescript. Component works but to build it complains about types ``` Could not find a declaration file for module '@emoji-mart/react'...
I found a temporary solution install ``` npm i --save-dev @types/emoji-mart ``` create a custom component ```ts // EmojiPicker.tsx import React, { useEffect, useRef } from 'react'; import data from...
it is also missing in typescript looking fast is missing file with chromium types https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver
I'm with same issue I've cloned master and then I installed but those errors are appear
The best lib and still working for yahoo https://github.com/ranaroussi/yfinance
I have same issue .. it is consuming all memory is available I could not found the problem yet
talvez isso ajude na função renderVideoWithAfterEffects ```js async function renderVideoWithAfterEffects() { return new Promise((resolve, reject) => { const aerenderFilePath = 'C:\\Program Files\\Adobe\\Adobe After Effects CS6\\Support Files\\aerender.exe' const templateFilePath = `${rootPath}/templates/1/template.aep`...
Alguem podia por favor converter o template para dar suporte para versoes mais antigas do after effects?