Ash Berlin-Taylor

Results 204 comments of Ash Berlin-Taylor

> This bug was spotted by our automated tool statically. I am not familiar with the codebase so it would be difficult for me to add a test. Which tool...

Minimal reproduction steps for me. Flake8 installed with `pip install --user flake8` **mini.vim:** ```viml set nocompatible set runtimepath^=/home/ash/etc/vim/plugged/coc.nvim filetype plugin indent on syntax on set hidden call coc#config('python', { \...

@chemzqm I am finding the current behaviour hard to reason about: - Each time a start a new vim session I have to do `CocCommand python.setInterpreter` and choose the python...

More than willing to believe something is wrong, but I don't even know where to start. The log files are... verbose. When should this memo system come in to play?...

Thanks @oblitum In trying to reproduce this I deleted my memos file and now can't reproduce it. (I have questions about the amount of duplication in the memos file, but...

Too many possible ways of creating venvs in python I guess. (I'm using virtualenvwrapper with my venvs in ~/.virtualenvs/)

My temporary work around for this was to add `""` as a exclude pattern on the config, which then causes ctags to reset it's exclude list when it encounters it,...

``` inoremap : =coc#start({'source': 'emoji'}) ``` And then you type `:` and hit ctrl-W, then you get emoji completion in any file type

I've noticed this occasionally too. Anything I can do to help track this down?