e-tang

Results 7 comments of e-tang

Based on the testing, particularly the first window got called twice

Tried to use map function on Series directly it turned out the same, the function got called more than it should. So it should be the bug in the iterator.

OKay, figured out why this happened. After going through the source code, find out whenever the series is baked, the internal iterators are called and trigger the selector function. During...

Hi Ashley, For this one, "Better support for statistics (e.g. linear regressions, correlation, etc)", your answer is " I'm already working through this in v1". What does it exactly mean?...

Thanks Ashley, It would be great if we can have correlation, regression, etc. Are these in the agenda? It will be really nice to have them.

I don't think there is a such method ("on_authenticate"). If you wanna catch "authenticate" message, you would need to listen on it, like on("authenticate", callback)

Hi @bufistov I am not quite sure what you meant here, but how could you start authenticating without establishing a connection first? You can start the authentication process after the...