robert
robert
Thanks for the pointer: I did have an old stranded jedi package in my elpy directory. I did not call it any place in my init.el, though. I removed it...
Yes, I understand - there was no `jedi.el` installed. The issue is still there. Oneway I can get rid off the hang-ups is disabling `company-mode` in the buffer - but...
Here are the values: `elpy-rpc-timeo` is 1 `elpy-get-info-from-shell` is nil `(elpy-rpc-get-completion)` this function doesn't exist. Perhaps you meant something else?
I've disabled `company-mode` after a short while I start getting the CPU spikes... so it seems to be elpy...
Executing `(elpy-rpc-get-completions)` gives following error: > Debugger entered--Lisp error: (error "Timeout during RPC call get_completions from backend") > signal(error ("Timeout during RPC call get_completions from backend")) > error("Timeout during RPC...
I just want to second this issue. It would be very helpful if something could be done. This makes this excellent package (as well as others reliant on it -...
Hi buriy, Here is what I do: ``` res = requests.get(url) article = Document(res.text) article_clean_html = article.get_clean_html() with codecs.open("test_clean.html", encoding="utf-8", mode="w") as f: f.write(article_clean_html) ``` When I open the test_clean.html,...
Hi Chad, thanks for the reply. I'll try to look into it as soon as I have some free time. I'm completely new to Emacs so not sure I'll manage...
Sorry - this was rushed and I thought I implemented the feature with a simple hack. Unfortunately the tick sound and the pomodoro state display are intertwined, which means that...
Thanks for the encouragement - I'll try to implement it when I have a bit of time (my elisp is rudimentary at best, but this should be a good exercise).