-
-
Notifications
You must be signed in to change notification settings - Fork 42.5k
Debounce: Deprecate init and remove num_rows parameter #25632
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
base: develop
Are you sure you want to change the base?
Conversation
b65c80b
to
e5dc64b
Compare
dc11800
to
52e7813
Compare
* Deprecated and removed the debounce_init function * Removed num_rows parameter from debounce function
52e7813
to
9ad57ba
Compare
This is a follow up to #25515 |
Please add back the init functions (be it without the rows argument). This still forms part of the custom API, where someone might still want to do something like alloc memory per the previous implementations. |
Are you suggesting that |
Yes, that would be my preference.
I would be okay with custom implementations using the same |
Description
Types of Changes
Checklist