-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(delayWhen): add index to the selector function #2409
Conversation
Change looks fine, but I assume TypeScript users who used selector before encounter compilation error by selector signature changes? |
@kwonoj I don't think so... since arguments are optional in JavaScript, TypeScript shouldn't complain I don't think. |
@kwonoj confirmed... |
Thanks for confirmation. I'll check this in around today to tomorrow. |
Oops.... @kwonoj, we didn't want to merge this new feature until after we patched the existing minor. |
@benlesh 😱 should this be reverted? |
@kwonoj yes, please. What I'd like to do is merge all of the |
ugh.. so we're going to have to re-merge this later. :) @kwonoj can you open another PR with these changes? (no worries @martinsik, your github credit is already in the history :) ) |
Yup, will do. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR adds current index to the selector function in
delayWhen
operator.Related issue (if exists):
#2388