You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially no matter how fast you type (probably including artificial nonhuman inputs... I haven't tested that exhaustively) query.rs will dispatch a single request per keystroke to e.g. crates.io, even if that keystroke is a backspace and it could have kept the former response in memory!
Please implement a basic amount of debouncing (or obtain the crates.io data in a smarter way).
The text was updated successfully, but these errors were encountered:
Essentially no matter how fast you type (probably including artificial nonhuman inputs... I haven't tested that exhaustively) query.rs will dispatch a single request per keystroke to e.g. crates.io, even if that keystroke is a backspace and it could have kept the former response in memory!
Please implement a basic amount of debouncing (or obtain the crates.io data in a smarter way).
The text was updated successfully, but these errors were encountered: