Wade Carpenter
Wade Carpenter
Hi Seunghun, I just tried going through the same. With a couple extra steps (enable `universe` repository first), I was able to get it to build. The only error I...
Here is a brutal hack I tried out to explain my suggestion further. It does pass my test case, at least (but it doesn't do a lot of other things...
If you get an error and then close the reader, and then at the start of our loop, create a reader, this will do what you want. As it is,...
So I can't say for certain that it's the same issue I'm seeing, but I've managed to figure out, at least in one case, why this would happen. @galaunay would...
Even adding a small delay like `(sleep-for 0 100) ;; 100 ms` in `elpy-rpc-init` can reproduce it with `(setq eldoc-idle-delay 0)` and some quick `C-n C-n` to get a couple...
@galaunay just wondering if you had a chance to look at my analysis of the problem in [this earlier post](https://github.com/jorgenschaefer/elpy/issues/1792#issuecomment-957034034)? I would submit a PR if I had some idea...
I had the same issue on a slightly older emacs. For me, (re-)running `jedi:install-server` fixed the problem. My entire environment is a little bit of a message undergoing python2 ->...
See #145 for related discussion: it was an explicit decision to do it this way, at least initially. I think the desire was to have a separate flag if we...
Does it play nicely with the new "merge" submit method, too (from #196)? I assume so, but worth double checking, too.
I think it's better to error out instead of printing warnings. It's easy enough to simply fix the typo (or drop the review, if that's somehow the right choice) and...