Jay

Results 6 issues of Jay

Currently tested and working for Intel GPUs. Below is an example docker compose yaml file: ```yaml version: "3.7" services: blueiris: container_name: blueiris privileged: true restart: always image: jshridha/blueiris:gpu init: true...

I am unable to get any algos to run for longer than a few seconds. It crashes on ```df.append(data, sort=True)``` I've tried downgrading pandas to many versions down to 0.19.0...

I have been digging through the web interface and I haven't been able to find out how to tell if a node has been added securely. Is there a property...

enhancement
OZW 1.6 Issue

Do you have a plotting example for how to plot the renko bars as calculated with ```Renko(data).get_ohlc_data()``` similar to what you do here: https://avilpage.com/2018/01/how-to-plot-renko-charts-with-python.html All I'm seeing is the uptrend...

#### What language are you using? Python #### What version are you using? The bug exists in the 0.3.1 and the current 0.3.2 dev version #### What database are you...

bug

When i try to delete a schedule, I get this error. ``` linstor schedule delete frequent ERROR: Description: Deletion of schedule 'frequent' failed due to an unknown exception. Details: Schedule:...