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

Add debounce to moderate queries #36

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

ScottWallace
Copy link
Contributor

Adds the parameter debounceTimeInMilliseconds defaulting to 350 to stop overwhelming of queries against giphy.

Adds the parameter debounceTimeInMilliseconds defaulting to 350 to stop overwhelming of queries against giphy.
@simplenotezy
Copy link
Contributor

Nice adittion, highly welcomed (I noticed we needed the same).

However, I tried running your library but it fails:

image

LateInitializationError: Field '_appBarProvider@63369799' has not been initialized.

@simplenotezy
Copy link
Contributor

Fixed it here: simplenotezy@fc7587c

I am planning on creating a separate PR that includes your fix, my feature as well as a few adjustments to code, to make it easier for @bazookon to simply merge it.

@bazookon bazookon merged commit b3b4923 into bazookon:main Dec 19, 2022
@ScottWallace ScottWallace deleted the add-debounce branch December 19, 2022 23:07
@ScottWallace ScottWallace restored the add-debounce branch May 11, 2023 00:04
@ScottWallace ScottWallace deleted the add-debounce branch May 11, 2023 00:05
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.

3 participants