-
It is useful to support the ability to look up a piece of selected / highlighted text in MacVim and show a OS popup that gives you more information. #1191 was the original issue, but this work has bal…
-
I see the following cases that are related with the lack of a formal (and explicit) machine-readable lookup tables:
* Case A - The use of a predefined set of possible values is expected, but no `ALLO…
-
### Steps to reproduce
1. Create ZipFile instance
2. Access ZipEntry using FindEntry
3. Entry is found slowly for large archives and only if name matches verbatim with no option to override string …
-
Ref: **[Conversation #4887](https://secure.helpscout.net/conversation/212470820/4887) / Gene**
-
* A dictionary can store 1 billion of entries and under 100GB
Approximately 100 bytes per line of text, what is the total storage requirement for 1 billion lines of text?
$$10^9 \times 100 \app…
-
Hi everyone,
This is the crash message that I always get in a relatively short amount of time after opening Goldendict, sometimes while looking up something and sometimes just out of the blue. Any …
-
I found that the PTDF matrix does not recognize the lookup dictionary when trying to access the vector of line data corresponding to a given bus. For example, in the code below, I get an error on the …
-
dictionary lookup to allow traditional / chinese reverse lookup
[onfocus from field.ChineseSimp populates field.ChineseTrad and
onfocus from ChineseTrad populates fieldChineseSimp
-
Right now, it only works for one language (Chinese), update the lookup function, Redis, and the passage view to take into account the stated language of the passage and have it query the appropriate d…
-
It seems using a pure-python dictionary-based data structure for graph operations makes catanatron simulate games faster than using the `nxgraph` library. `nxgraph` is mostly used today just to consul…