Chipster
Chipster
Hello, i used your code with data and ... nothing works. For example EMA always gives 0 ``` Volume: 870.19 Time: 2021-11-28T07:00:00 -> 2021-11-28T08:00:00 Open: 54377.42 Close: 54475.96 High: 54590.48...
Hello I have an issue to change Vue.http.headers.common['Authorization']. I define it in main.js and after if it change, impossible to refresh it. Is there any solutions ? Best regards JF
If last line in a file is '#', toml.parse enter in infinite loop and freeze ```lua local toml = require( 'toml' ) local tomlStr = '[default]\ntest="test"\nnewTest="new test"\n#' print(toml.parse(tomlStr)) ```
Hello Is it possible to support opencv 4.x ? Thx Julien