Christoph Minixhofer

Results 33 comments of Christoph Minixhofer

Check the length of your audio files, this was only happening for very short clips for me.

Why is this the case, when regular Markdown supports html tags like ``? This can be useful when for example wanting to use a hyperlink with a class. I noticed...

I will look into `pandoc` and see if there are options for converting html tags, that might be the cleanest solution. Regarding the documentation: not just `div` seems to be...

Not sure if that might be out-of-scope for this issue, but my original use-case for `` tags was that I wanted to replicate automatically linking to classes generated with `autodoc`...

> My work-around for autodoc links is https://nbsphinx.readthedocs.io/en/0.7.0/markdown-cells.html#Links-to-Domain-Objects. I saw that workaround, unfortunately it does not replicate the styling that is applied when linking to domain objects in sphinx. Functionally...

This was already fixed, but keeping this open until added to docs.

I've encountered this before as well. I will have a look, this shouldn't be too hard to fix.

Thanks for pointing that out, the backtester will fail though when you specify a percentage to buy and one share is more costly than said percentage. I'll have to make...

Looked a bit more into it and would say that for crypto, the current open/close setup really doesn't make sense. We would need to add something like ``.interval('1m')`` instead of...

> One of the better ways to do backtesting is through orderbooks or at the very least trade data (which can be fetched through most exchanges, but it complicates things)....