Carl
Carl
@abyong123 Did you manage to resolve this?
You guys are gods!!!
Vim 7.3 Tryed all above, still not working...
When i call :IndentLinesToggle It shows command not found. And Yes I ran :BundleInstall Heres my vimrc: `1 set nocompatible 2 filetype off 3 4 set rtp+=~/.vim/bundle/vundle/ 5 6 call...
I run my python code in a docker container, i have python libs in the same directory. Is there a way to define `extraPaths` for auto-completion/diagnostics? Taht would be awesome!
I mean for imports:  You see the red underline? I have these packages installed in a different directory, would be great if coc-pyright could use that...
http://textblob.readthedocs.io/en/dev/classifiers.html#evaluating-classifiers
This problem is present if you have `Plug 'fatih/vim-go'` present. If you disable it, then it doesnt change the current folder to target of your search, but the problem is...
What is interesting, if i use `bip44.NewAccountKeyFromXKey(publicKey)` where the `publicKey` is the `Account Extended Public Key `(from the website above), i get correct addresses generated.
Its not implemented yet. It only has been drawn. Maybe you would be interested on coordinating tasks for this redesign. This design is not too complicated, so we could implement...