riziles

Results 73 comments of riziles

@janosh and @bennymi , I created a branch where I stripped out the docs folder and set up the root path to reset the slide position. You can run ```bash...

@cbfbl , I had a similar problem but found an easy fix based on the advice in the README. Just write a `candidate_callback` function to search the list and limit...

By default, this library uses a Python + regex fuzzy matching algorithm (https://github.com/darrenburns/textual-autocomplete/blob/main/textual_autocomplete/fuzzy_search.py) to rank and sort the items in the dropdown. If you've got 160,000 possible candidates, that's going...