ndvb

Results 50 issues of ndvb

How can we control the number of suggestions returned, or sensitivity? For example, when doing: `s.suggest('wuld')`, I get: `['wild', 'would', 'Wald', 'weld', 'wold']` But the word 'world' is missing. Is...

Edge: Failed to read 'localStorage' when browser settings restrict touching the storage. The try/catch should be extended a bit

I recevied a Sentry error report on this line: ` return (isFrame && isChrome) ? parent.keydown(event) : true;` That parent.keydown is not a function. Any ideas?

I received (very rare) a diff (INSERT) with empty string (length of 0). Can it be?

I need to diff a sequence of tokens instead of a sequence of characters. Is there a solution for it? So basically every token is either a sequence of characters,...

What is the difference in terms of quality between the english_UD and english_SD? I see different dependency graph, not only in terms of the labels on the arrows, but also...

Interval Tree: Does it support zero length intervals, and does it support querying all overlapping intervals that touch an interval from the side (adjacent)?

I want to upgrade from pattern 2.6 to 3.6 I uninstalled, and now I do: `sudo pip install pattern` and get `EnvironmentError: mysql_config not found`

When running in a few threads I get this. ( see below). Is PyParsing threadsafe? parsedArray = pp.nestedExpr(opener='(', closer=')', ignoreExpr=None).parseString(treeString) File "/usr/local/lib/python2.7/dist-packages/pyparsing.py", line 1622, in parseString loc, tokens = self._parse(...

I would like to extend/patch this package to support simple custom replacements of strings. For example: "aaa"=>"bbb", "ccc"=>"ddd". it ~5 lines of code to read a file and replace these...