You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now I can't pass 0 as window size because of that check: var window = opt.window || 50;
I assume that comparing with umdefined should be performed in spite of the notp library is kind of low-level one.
See the PR #41.
The text was updated successfully, but these errors were encountered:
Got your PR, and while its a bit of an edge case it does make sense so will merge. I dont recommend setting it to 0 as it will require tight sync for your app.
For now I can't pass 0 as window size because of that check:
var window = opt.window || 50;
I assume that comparing with umdefined should be performed in spite of the
notp
library is kind of low-level one.See the PR #41.
The text was updated successfully, but these errors were encountered: