Mike Hibbert

Results 10 comments of Mike Hibbert

Added fix for when you call harvest with a single app name

I've added some code to my for which is part of PR https://github.com/gabrielfalcao/lettuce/pull/528 this fixes the issue without any versions of Django needing to be changed

ok, schedule in some time to make it so :)

Where can we find a list of languages already covered?

Yep I am having this issue too. Just installed the module with pip and ran this as a test script and got the error which is coming from the Connector...

I'm not sure if this is relevant but I'm using Python 3.6 on this, pehaps thats part of the issue?

None and never going to be. No support from the community means no money or time to work on this.

I would like to do something similar, I want to draw a line starting at one time and draw horizontally until another time later in the candles. Is this part...

It looks as though PriceCoordinate does this sort of thing but I want to draw from one time to another not from one edge of the chart to the other....

Ok so I figured out that you can use d3's timeScale to get the x1 and x2 values as well a using yScale to get the y value for the...