Peter Lithammer
Peter Lithammer
I actually played around with something like that for `RankFind` at one point. What I found was that unless you set a high threshold, most longer targets would never match....
Then you'd have something like this ``` go const threshold = 15 func predicate(s, t string) bool { distance := LevenshteinDistance(s, t) // 19 return distance < threshold } fuzzy.RankFindFunc("aaa",...
Yeah, so I'm not sure the distance alone is enough to determine a match. Having "a" match "ab" but not "abc" is confusing, it should give _at least_ as many...
Bundle https://github.com/sindresorhus/github-markdown-css?
https://github.com/renstrom/go-wiki/commit/f81a6753ca62f47746e29fdd1b5924f8f67eb0f0
Failure to find/compile `_decimal`. Probably because of https://github.com/python/cpython/pull/29541.
> Failure to find/compile `_decimal`. Probably because of [python/cpython#29541](https://github.com/python/cpython/pull/29541). Some more context to this: ``` error: "No valid combination of CONFIG_64, CONFIG_32 and _PyHASH_BITS" ``` ```console $ grep CONFIG_ config.log...
When did this happen and what were you doing? In combat?
Yeah I think you're right. Don't remember why or when it changed. I will look into when/if I have some timer over. I actually prefer using [NugComboBar](https://www.wowinterface.com/downloads/info6308-NugComboBar.html) most of the...
Thanks for the report. I will take a look. Unfortunately I haven't had time to actually play yet, I've just tried to fix most of the obvious errors that happens...