Tristan Murfitt
Tristan Murfitt
@danpaquin @uclatommy the websocket fix in PR https://github.com/danpaquin/coinbasepro-python/pull/337 is working well and I've not been experiencing any issues. When will you publish this new patch version to PyPI?
Actually, PR https://github.com/danpaquin/coinbasepro-python/pull/337 has now introduced a bug that the websocket won't gracefully exit on Keyboard Interrupt. Eg. ``` ^C[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac ``` The stack...
@uclatommy Thanks for looking into this. Everything works fine when following your steps above. I run into an issue when I `pip install cbpro` into a virtualenv, and then replace...
This will be really useful for debugging Good PR
We're looking at compiling all the breaking changes into the next major release (4.0.0) and I expect this feature will make a good candidate. We thought the simplest approach was...
Hey, This is by design: any time period gap between the end of one range and start of the next (including 1ms) is seen as no longer adjacent. Eg. ---[--]-{--}--...
@kcfgl I don't see any issues with that approach - it's probably the best way of checking for a consecutive range rather than adjacent/touching. @gf3 do you have any suggestions?...
Thanks @nareshbhatia! I've updated the docs to reflect that fix :) Does this also work for your case @ddehghan?
We have a PR open (targeting `5.0.0` release) which can be pushed into the upcoming `4.0.0` release that fixes this issue. https://github.com/rotaready/moment-range/pull/201 This will automatically 'fix' your range so that...
@indvd00m Are you including the files as follows? ```html window['moment-range'].extendMoment(moment); // ... ```