-
Yes, it would be beneficial to debounce the `handleInputChange` function, as this will prevent excessive calls to `extractVideoId`, `fetchThumbnail`, and `getTitle` as the user types, which can improv…
-
We have some error messages that we neither want to hide totally under `DEBUG` level nor print several times per second. Some examples in mempool:
* `InputBuffer` is not yet initialized during sync a…
-
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. …
-
Don't make search calls on every character change, instead debounce changes to the input flow.
See:
https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/de…
-
-
### Describe the bug
Debounce is called multiple times if you use a non-memoized function like an inline arrow function or something like you'd typically put into a `useCallback` (so not passing a se…
-
**Is your feature or enhancement request related to a problem or limitation? Please describe**
I wish the Core SDK provided a method that could be used to debounce Node.js `fs.watch` events.
…
-
It'd be really nice to put a debounce on inline blame.
If I'm navigating and holding the up or down arrow, the inline blame is introducing lag. If there was a way to set debounce so that it didn't tr…
-
### Describe the problem
While creating [this example REPL](https://svelte.dev/repl/6f543749f2f24e4fb28427dec562fd8a?version=4.2.0) about how to create a timer, I came to realize that directly bind…
-
> […] Apple Pay button load events aren't being triggered because of how triggering the tracks event is debounced.
>
> The `onReadyHandler` is triggered separately for the APay and GPay buttons so `…