Phil
Phil
@alexcjohnson thank you for the reply. Copy that on the security concern, i'm pretty naive in this regard so i didnt see at first glance why passing a function name...
I'm now trying to use plotly where i cant easily post process the HTML to add the script directly, so I am once again interested in the solution suggested by...
I found this issue as well, and found that it can be quicker still by omitting the `pd.to_datetime` altogether. `index = (np.concatenate(rtn[INDEX])).astype("datetime64[ms]")` However, this solution also requires a second change...
I started a branch to work on a couple other things as well, [branch](https://github.com/CmpCtrl/arctic/tree/ccg_performance_fixes). The mktz() seems really slow, my first call to get the max or min date from...
10 4. Presumably this documentation applies. https://python-markdown.github.io/extensions/code_hilite/
An update to this issue, it seems the problem occurs when there are 2 `*` characters in a single paragraph.  Also, a curious note. In chasing the code highlighting...
Just to add some handy tidbits for the next person looking for info on this, I'm not sure how helpful it is for others, but it took me a bit...
10 4, that's a good distinction that I was mixing up. So with that in mind can you help me understand if there is a better way to pattern this....
I was surprised that `scatter3d` doesn't support `selectedpoints`, `selected`, and `unselected`. Even if there isn't a clear or easy way to support selecting in the plot, those would still be...
Any updates? I remembered why i needed `threaded=True`, #3601