-
https://github.com/user-attachments/assets/70d13ad4-87a5-4b77-9009-bb76f7e34809
-
Currently, the GitHub API is called on every keystroke when entering the GitHub username. This results in an excessive number of API requests, which can lead to performance issues and rate limiting. I…
-
-
Imagine 2 components like this :
**parent_component** :
```
{% for post in this.posts %}
{{ post.title }}
{% endfor %}
{{ component(c…
-
The current behavior of flatpickr is causing me an issue, when using it with vue-flatpickr-container. I have a time picker and an add button. When the user clicks the time picker, and then uses the ke…
-
Long pressing M-h or other arrow commands continue to resize even when they keys are released.
Seems like the event listener for the key stcks all the keypresses.
Ideally it would stop once the keys…
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [ ] bug report
* [x] feature request
I think we have to add debounce property to the nbInput directive.
-
**Is your feature request related to a problem? Please describe.**
We're trying to reduce the amount of calls done to Algolia, as we're charged per request, and I'm reading that autocomplete.js has a…
-
Currently we have fixed 100ms debounce window. We do have one level of backpressure, though: we will only compute PC one at a time. So its really `min(100ms, last push context init)`.
However, this…
-
Just wondering out loud whether debouncing and caching is something that Pygls could support?
The classic example is completion requests, they're potentially sent on every keystroke, which, dependi…