-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Pick the dynamic filter from #353 #364
Conversation
Looks like a bug in sorting algo for temporary results. I could have done this sort wrong. Also some logic bugs could have crawled into this function or this macro. |
Yeah, it's there. |
Yes, that's the culprit 👍, now it looks all right. |
source_type are different
The forerunnner job should also be moved into maple.
c4ae178
to
adbbd28
Compare
I have cherry-picked the dynamic filter code from #353, and refacotor it a bit. There are still some details to deal with, but mostly works great in Vim.
[fixed]
But I notice something weired in the top results returned during the dynamic update, see 00:30~00:43 in this gif https://asciinema.org/a/FT3magg2dk6VHIVg04PYgfIpw , the top first item looks right and is seemingly stable, while the other top N items looks far from the top first one. In the end, the results looks right suddently. I'm a little confused.@ImmemorConsultrixContrarie