-
Notifications
You must be signed in to change notification settings - Fork 51
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
Type ahead does not work properly in Add package window #60
Comments
I mark this up-for-grabs since I think it would be a nice start for people to join the project. |
I think this might be a problem upstream with the call into Paket.Core. Even though I added the OnComplete call, it still never seems to get the OnCompleted signal and the ReactiveCommand never properly "finishes". So this should be a good place to start looking. |
First, we can increase the throttle to 500 ms instead of 250. Plus, add at least three characters condition in Where. |
I am not an expert in ReactiveUI but I would have used CreateAsyncTask instead of CreateAsyncObservable. |
Thank you guys for the clues. It seems that it's a problem with |
When I use the Add package window, if I am fast and know the package name, I can type it in and see the right results. However, if I type slower, the throttle period is very little, so the list shows packages that match, say, first two letters. The problem is that any further input does not cause the list to refresh. Also, I can remove all text in the search box and enter something else, the list stays the same. The progress indicator is always on, never stops.
The text was updated successfully, but these errors were encountered: