et2010

Results 40 comments of et2010

That fix itself caused some more serious trouble! Luckily, after spending couple of hours googling, I finally came up with a good solution. :smile:

如果 @xuchunyang 没有时间的话,这个可以先放放,影响不大。等我有时间了看看 clippy 里面pos-tip的设置再解决。

This and #16 are both found on Windows system. I think the crlf on windows is the culprit. Edit: I was wrong. After converting from crlf to lf, the issue...

> What's the result of evaluating (lispy-eval-python-str)? ``` "ne', color=colors[-1])" ``` @abo-abo

Sure. ``` mylist = [1, 2, 3] mylist2 = [ x for x in mylist if True ] # => ``` and ``` mylist = [1, 2, 3] mylist2 =...

Yes, that's the case. But in a real-life scenario I've experienced, the evaluation failed and an incorrect value was assigned. Thank you for your time. I'll try to improve the...

I've pushed an update to partially address this issue, welcome to try!

I have exactly the same issue. I also have ZotFile installed and disabling zotero-scholar-citations fixes the issue.

> You may pip install feature_selector! Hey, @Jie-Yuan I don't think it's a proper way to submit a python package. You could PR to the original repo instead of copy...

I have also bumped into this error. This seems to be a proper fix. Any ideas? @WillKoehrsen