Simon Heimler
Simon Heimler
Thanks for reporting! Firefox seems to cause issues for some users. Unfortunately, every time I try it myself, everything works (just tested with Firefox 104). Would it be possible for...
Thanks! This hopefully helps to narrow it down. I'll look into it soon.
Unfortunately, I could not narrow down where the error happened. I have an idea (loading / parsing of user options), but can't say for sure. I try to improve the...
Thanks for the update! I've updated the extension a few days ago, maybe this also fixed the issue.
Thanks for the info! Then it was really the issue that I thought it would be - user setting loading. Now at least it will fall back and work anyway....
Please use `^` or `~` ranges in your dependency semver strings, so this module doesn't need to be updated for each bugfix release of its dependencies.
Hi Dimateos, thanks! Yes, I see your point and it would be a good addition to the extension. First I didn't add it because I did not want the extension...
yeah, I'm only using the precise search for myself. For the fuzzy search, I've just used an existing library / algorithm. I'm not sure how much influence I have on...
> i wrote [uFuzzy](https://github.com/leeoniya/uFuzzy) out of frustration with how fuzzy/unpredictable most fuzzy search libs are ;) @leeoniya : Nice! I'll have a look into this when there is some time....
@leeoniya : I've switched out fuzzysort with uFuzzy and so far it looks like a change for the better. The library and your approach to fuzzy search is really impressive....