Roh_codeur
Roh_codeur
@polakowo : agreed on the point of pyfolio issues. However, I had some luck with [pyfolio-reloaded](https://github.com/stefan-jansen/pyfolio-reloaded). @stefan-jansen has done some incredible work on getting it to work. this is one...
if someone else faces this error, you can set this by: ``` ENV["SSL_CERT_FILE"]="/path/to/ssl/cert.pem" ENV["SSL_CERT_DIR"]="/path/to//ssl/certs" ``` followed by: `using Pkg; Pkg.build("PyCall") ` hope this helps!
@dysonance : Sorry, forgot to reply earlier. on my machine the below code takes 0.34 seconds. the issue is not with length of x, it seems to be with the...
@bluestreak01 : hey mate, seems like homebrew is pointing to 7.1.1. had a look at homebrew, looks like the QuestDB PR got marked as stale: https://github.com/Homebrew/homebrew-core/pull/131560 thanks for your help...
sure. I have a process that downloads bulk data from a data provider and updates this table. ``` CREATE TABLE mkt_ohlcv ( date TIMESTAMP, marketState SYMBOL CAPACITY 10, isDarkPool boolean,...
yeah sure, I can send you the ticker + date columns. attach to this issue?
sorry, forgot to upload data earlier. Please see attached. I upgraded to the latest version this morning, issue persists [questdb-query-1711362934847.csv](https://github.com/questdb/questdb/files/14742231/questdb-query-1711362934847.csv)
@jpsamaroo got it, I understand. I am afraid I am not much of a d3 or indeed even a js expert or even an intermediate developer. desktop app sounds super...
@jpsamaroo : hey mate, did you get a chance to integrate the CImGui.jl package please? thanks for your help in building this awesome package. its incredibly useful ta!
hi, did anyone find a solution to this please? ta!