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
I've found that I get 20-30x better performance (on Windows) if I I override the default completer for path prompts with the somewhat undocumented alternative of completer=GreatUXPathCompleter(min_input_len=4).
Describe the solution
Any chance that min_input_len get added as a one of the standard inputs to path prompts? If not, I'd suggest adding the GreatUXPathCompleter solution to the docs.
Alternatives considered
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
I've found that I get 20-30x better performance (on Windows) if I I override the default completer for
path
prompts with the somewhat undocumented alternative ofcompleter=GreatUXPathCompleter(min_input_len=4)
.Describe the solution
Any chance that
min_input_len
get added as a one of the standard inputs topath
prompts? If not, I'd suggest adding theGreatUXPathCompleter
solution to the docs.Alternatives considered
No response
The text was updated successfully, but these errors were encountered: