Athan
Athan
/stdlib update-copyright-years
@Planeshifter Looks like CI is failing due to a failure to install `lintr`.
This RFC depends on `rempio2` which is not yet implemented in C.
This has now been implemented. Closing...
@AgPriyanshu18 Thanks for volunteering to work on this. Feel free to submit one or more PRs implementing this functionality. In fact, it may be good to split it over multiple...
But there is a variable named `fact` in your `pmf` function, and you haven't declared it. You need to add `var fact;` to the `pmf` function you show in your...
@Snehil-Shah Thanks for opening this. I think if we are to add support for fuzzy auto-completion, we'd want to rank/list according to relevancy, similar to how fuzzy search might work...
Recently came across https://github.com/JunoLab/FuzzyCompletions.jl/blob/master/src/FuzzyCompletions.jl which uses Levenshtein distance and a fudge factor for scoring suggestions.
...and also a fuzzy completer implementation in Prompt Toolkit: https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/src/prompt_toolkit/completion/fuzzy_completer.py
@Snehil-Shah Yes, that's fair. Although you could probably combine Levenshtein with other approaches, such as favoring exact prefix matches.