Godefroid Chapelle
Godefroid Chapelle
Has wording changed ?
oldPhrase must be normalized before searching for words. If not done, indexOf returns -1 on un-normalized words The unnormalized words cannot be converted which induce broken mnemonic in new language.
--Call-- is shown as well. Seems some stdout capture is incomplete.
More precisely, when issuing `elm repl --no-colors` ```Elm 0.19.0``` is displayed in cyan and ```Read to learn more: exit, help, imports, etc.``` is displayed in light gray. The same is...
I would like the opinion of others before merging this. Using `mypy` did point to potential problems. OTOH, it is quite wordy. What's your take on this ?
To test that index pages are parsed properly, `patches.py` has the following lines which check that the new parsing is equivalent to the old parsing: links = [] for match...
check if it could be reenabled
This special case is not taken care of.
``` mypkg-1.1 mypkg-1.1+variant ``` If I specify 1.1 in `versions` and both packages exist in my egg cache, 1.1+variant is used instead of 1.1 I need to explore this deeper...
When issuing `LspInstallServer efm-langserver`, I got an error message: `efm-langserver requested but is disabled by global or local settings` I eventually found a way of installing the server even though...