Skip to content
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

turn off debounce/throttle with a negative wait time #38

Closed
wants to merge 1 commit into from
Closed

turn off debounce/throttle with a negative wait time #38

wants to merge 1 commit into from

Conversation

tlancina
Copy link

Not sure if this is the best way to do this, but it seemed like the least impact on the existing configuration.

Only weird thing is negative numbers have to be specified explicitly like --t=-1, as yargs parses -t -1 to mean true otherwise.

@sbleon
Copy link
Contributor

sbleon commented Jul 2, 2020

I think this is effectively resolved (albeit with a different API of --debounce 0) in #90, which has been merged. This PR can probably be closed.

@tlancina tlancina closed this Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants