Matthias Endler
Matthias Endler
Hey there, just found this issue and while I don't have time to work it, maybe you could set the `hacktoberfest` label so that potential contributors could find it more...
Yeah pretty lonely at this point. 😅 We use the lib for the [analysis-tools.dev](https://github.com/analysis-tools-dev/website/search?q=bottleneck) website btw.
Linking #147 with a possible fix.
Very old issue, but if it helps, in my case coreutils was installed but it was not linked. This fixed it: ``` brew install coreutils; brew link --overwrite coreutils ```
Thanks for looking into this and there is certainly no rush on our end to resolve this. The pervious version works fine still and we have a workaround for the...
Added to vscode-snippet via https://github.com/mre/vscode-snippet/commit/1df3034c58f66eaf311e85a0ed85c6e99ab1f74c.
Great work, thanks! Guess you also have to fix the tests. ```rust Compiling tinysearch-shared v0.6.4 (/home/runner/work/tinysearch/tinysearch/shared) error[E0308]: mismatched types Error: --> bin/src/storage.rs:105:40 | 105 | let filters = generate_filters(posts).unwrap(); |...
I think this is another variant of https://github.com/tinysearch/tinysearch/issues/147, which I thought I fixed with 0.6.3, but I didn't. Still trying to figure out what's going on.
I created a pull request here: https://github.com/tinysearch/tinysearch/pull/154. If someone could test this and report back I'd be very thankful.
Sure, sorry. [Here](https://endler.dev/2019/tinysearch/)'s a writeup. It's basically using a bloom filter now but only full words can be searched. What I like to have is an optional, alternative engine that...