-
Would it be possible to add some kind of configuration to receive at-most on event every n seconds?
Without implementing this manually in user-space with lodash.debounce?
-
While trying to lift out the `MCP23018` parts of the keyscanner in our `ErgoDox` plugin, I faced a problem: the debouncer and acting on keys is currently intervined with the `KeyScanner` component. Th…
-
I have just noticed that when I created an entry for my feature, two entries were created [this](https://chromestatus.com/feature/5087324181102592) and [this](https://chromestatus.com/feature/51738005…
-
### Describe the bug
When editing the body of any help center article, during typing the cursor jumps to the bottom of the page after some period of time (usually within seconds, sometimes a little…
-
Good to know:
- [ ] Debouncing vs Throttling https://phuoc.ng/collection/this-vs-that/debouncing-vs-throttling/
-
As part of the development of our current auto advance system, code was added that keeps multiple auto advances at the same time from skipping over slides. It's better than nothing, but still broken. …
-
As BobM mentioned in https://github.com/VEuPathDB/web-eda/issues/358,
_"Debouncing" is implemented to avoid multiple clicks causing a backlog of requests sent to the server. In Phase 1 we can't ca…
-
Steps to reproduce the issue:
1. Add a git user name in the search field
2. Hit enter key crazy number of times. You see as many times as the enter key is pressed there's network call which in term…
-
Hitting translation APIs too quickly can cause APIs to return errors in the short term and burns through quotas in the long term. Debouncing works great, but should be a lower-level feature of the bas…
-
Hi,
thank you very much for making your firmware for the ErgoDox available! I was only a user until recently, when I thought I had a bad switch in my keyboard. Long story short: The perceived laten…