You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using emacs to write an application based on GTK, pyls seems to have trouble with some if not most object. The project is managed by poetry. pyls tends to use high cpu cycles before failing, which incur a lag within the editor itself — it becomes unresponsive.
The type of errors I first noticed, but didn't save, was:
[...]
.venv/lib/python3.9/site-packages/jedi/inference/star_args.py", line 26, in _iter_nodes_for_param
module_node = function_node.get_root_node()
AttributeError: 'NoneType' object has no attribute 'get_root_node'
I haven't been able to reproduce this specific error, it happened organically and I'm not sure of the specifics for its happenstance. However the snipped posted earlier did trigger another kind of error, linked below.
PS: This issue was submitted empty because my hand got caught up is my headset's cable and hit the enter key while the focus was not in any text input. Somehow github don't see sending empty issues as an problem?
The text was updated successfully, but these errors were encountered:
Pinging @mpanarin as requested.
Using emacs to write an application based on GTK, pyls seems to have trouble with some if not most object. The project is managed by poetry. pyls tends to use high cpu cycles before failing, which incur a lag within the editor itself — it becomes unresponsive.
Sample code that seem to generate the problem:
The type of errors I first noticed, but didn't save, was:
I haven't been able to reproduce this specific error, it happened organically and I'm not sure of the specifics for its happenstance. However the snipped posted earlier did trigger another kind of error, linked below.
Attached are
*pyls::stderr*
output https://gist.github.com/xrogaan/17d0ebebc3994864efa6f28593c84e7ePS: This issue was submitted empty because my hand got caught up is my headset's cable and hit the enter key while the focus was not in any text input. Somehow github don't see sending empty issues as an problem?
The text was updated successfully, but these errors were encountered: