movy
                                            movy
                                        
                                    In my case I was migrating from axios and had to change `{body: data}` to `{json: data}` in requests. A clearer description which request property is problematic would've been helpful.
Is there any update on this feature? I'm trying to utilize JS charting libraries inside JupyterLab (which implies exchanging data between python and JS cells), and so far the only...
Thanks guys! Very common error for those who building their own video-js version, cheers.
Saleh, As I mentioned, I'm not using Docker as Jesse is pretty easy to set up manually and in such scenarios I consider Docker as unnecessary middle man. Everything works...
Spent 1/2 hour trying to figure out why it's not working... some hint in the config section would be nice.
I was about to open the same issue. Jesse being great, really lacks in this crucial optimisation area. Most notable issues: - cannot reattach, even though I can see there's...
As a temporary (I hope) solution for the drawbacks outlined, I switched to amazing Ray Tune library, https://docs.ray.io/en/latest/tune, and it pretty much solved all problems. Basic code: ```python import jesse.helpers...
I needed to mark entry-exit points along the candle, and basic trick is to create an invisible indicator with `addLineSeries` where times equal to candle times (as always) and values...
I remember using log.io a decade ago and it was super easy to install and use. Looks like it's not the case anymore, so I quickly googled for alternatives, and...
It does not work with anything as it's Yarn 2 related. All modules are zipped, not in dirs. Installing zipfs does not help :(