-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
fix issue with retro tapping #12899
fix issue with retro tapping #12899
Conversation
Thank you for your contribution! |
This still have the issue from #6557 (comment) ? |
@drashna Yes, unfortunately! @sigprof have some code (see develop...sigprof:robust-retro-tapping) which could possibly be incorporated with this to solve both issues but I haven't had time to look into it yet |
Oaky, thank you for confirming that. I'd prefer to wait on making sure that it doesn't have issues. |
@drashna Yeah for sure, I thought it might be better to have this in a PR rather than some patches circling around :) So others might find it also. I added WIP to the title |
Sounds good. I've added the "in progress" label so that stale-bot won't close it, until working verified code has landed. |
@drashna The issue I had is now fixed. But I suspect that this fix might only work the way I'm using retro tapping and probably not for the normal use. I now simply changed the check of the counter from equality to greater of equal to one. In my case with:
it now does exactly what I want, ie this effectively gives permissive hold also for layers. I'm not sure I have the knowledge for how to fix this properly in all cases, so maybe someone with more insight should look into it. But for anyone wanting to use the above settings this branch now supports that. |
This change is still questionable:
|
Thanks for explaining @sigprof! Any idea what a proper fix would be? Do you think some modification do your current branch could work? |
Thank you for your contribution! |
Description
Fixes #6557
Types of Changes
This is just the patch by @ales and updated by @rautesamtr made into a PR
Issues Fixed or Closed by This PR
Checklist