Jean-Marc Montanier
Jean-Marc Montanier
Hi, just for the record, here is the hack of @blayz3r for neovim: ```vim if has('nvim') autocmd FileType python nnoremap K :call PyDocVim() function! PyDocVim() python3
Hello, Thanks for the fix. We gave it a try and it works nicely for the multiple worker case. However, in the single worker case, we are still hitting the...
Hey I found another solution, modifying the Makefile.am in tests so that the compilation of the tests is actually done. I have add the following line (at line 14): AM_LDFLAGS...
I got the same error, and confirm that https://github.com/dense-analysis/ale/pull/3344 fixes it
Thanks @w0rp @dfn-certling 👍