Troy Hinckley

Results 129 comments of Troy Hinckley

if you quit ivy with `C-g` instead of `Esc` does it still manifest the same issue?

I was doing some testing, and I have seen this issue show up but only sporadically. It looks like it only occurs the first time I try to complete and...

Does it toggle a backtrace if you use `toggle-debug-on-error`? Also if you don’t use ivy is there still a pause? I am having a hard time reproducing this consistently.

@ziyangli is this issue still present?

@NightMachinary `no_proxy` should include `anaconda-mode-localhost-address` which defaults to `127.0.0.1`. This should be set on your local machine.

> Are those optional or necessary? If necessary make it explicit with boldface in the readme. They are optional. `C-M-i` should give completions if the anaconda server is running.

Can you explain more what you are doing here? it looks like you are just running pip in a virtual environment. I don't quite understand how that fixes #421.

I just wrote a company backend for plsense and it is located at [CeleritasCelery/company-plsense](https://github.com/CeleritasCelery/company-plsense). It is still in the initial development stages, but it works. Any feedback or issues would...

My understand is that using a rope based buffer would preclude using the rust regex crate, since it does not support streams. Is that not the case? Also is there...