-
> > > fi
> > > Error detected while processing function leaderf#startFileExpl..leaderf#LfPy:
> > > line 2:
> > > Traceback (most recent call last):
> > > File "", line 1, in
> > > File "/home/…
-
**Output of `docker version`:**
```
Client:
Version: 1.12.1-rc1
API version: 1.24
Go version: go1.6.3
Git commit: 7889dc7
Built: Fri Aug 12 18:35:53 2016
OS/Arch: darwin/a…
-
[Enter steps to reproduce below:]
1. Press `Ctrl+ALT+O` or Ctrl+Shift+P then`Advanced Open File: Toggle`
**Atom Version**: 1.7.1
**System**: Windows 10 Pro (Korean)
**Thrown From**: [advanced-open-fi…
-
Fuzzy matching will produce the below error in python3:
File "/usr/local/lib/python3.4/dist-packages/pytvmaze/tvmaze.py", line 93, in get_show
s = fuzzymatch.fuzzy_search(search_text, results)
…
-
CREATE TEMPORARY FUNCTION fuzzy_match as 'com.ych.fuzzytext.hive.udf.FuzzyMatch';
java.lang.NoClassDefFoundError: org/apache/lucene/search/spell/StringDistance
at java.lang.Class.forName0(Nati…
-
I'd like to implement slightly modified fuzzy search which matches only beginning of words and not anywhere inside the word. For example: `ab` would match `alpha_beta` but won't match `alpha_andbeta` …
-
When in "extended" mode, it is possible to match a word exactly by prefixing it with `'`
After using fzf for a while, I found out that I want to exactly match more often then I want to fuzzy match.
…
netei updated
9 years ago
-
Hi Rafael,
You have created 1.0 tag, so I can suggest slight modification to redigomock behaviour.
We have discussed it before. If you force redigomock Do() command arguments to be matched only in t…
szank updated
9 years ago
-
Hi,
I'm trying to install Atomspace. Cmake seems to run fine, but when I run make, the build completes 90% and then gives the following error:
[ 91%] Building CXX object opencog/rule-engine/CMakeFil…
-
I have a search box in my webapp which fuzzy-searches over several different ActiveRecord models (e.g. `Company`, `Person`).
How would you recommend providing the top 10 results from across all sourc…