question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lines are overwritten above the currently edited line when popup appears

See original GitHub issue

Occasionally, when Jedi goes to autocomplete a element, it overwrites what seems like internal code onto the two lines above the line being edited. The text being overwritten is

≡jedi=0, ≡                                  (***new_kw*) ≡jedi≡
≡jedi=0, ≡                                  (***new_kw*) ≡jedi≡

Where the first character is placed depends on the original lines, but if the original line is too long (80 chars minus the length of the evil text?), the original line is overwritten with the two lines above.

I used to think that it was random, but I noticed something that may be the trigger. In the line being edited (shown in the screenshot below) there were two candidates for Jedi autocompletion, self.session.configure and self.engine. I think that it works correctly when only one item needs autocompletion in a line.

screenshot from 2014-02-28 21 08 16

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:32 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
davidhaltercommented, Mar 26, 2015

Hehe, I realize that it’s now buggy in general. Let me try to fix a few things and then we talk again. Sorry!

0reactions
davidhaltercommented, Apr 8, 2015

I guess I’m closing this one then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Register Lines overwriting - Quicken Community
As stated, it appears (A) has been duplicated, overwriting (B), but this is appearance only. I have found that updating the account again ......
Read more >
Overwrite Previously Printed Lines | by Thijmen Dam - ITNEXT
Hi everyone, Thijmen here, and in this article I will demonstrate two methods for overwriting previously printed lines in Python using ANSI escape ......
Read more >
Excel: Pop Up Message on Cell Value Change - YouTube
In this video, we will get a pop-up message box to appear on a cell value change.Enrol in the Excel VBA for Beginners...
Read more >
Excel VBA SaveAs to Overwrite an Existing File Without Prompt
Overwrite A File Using VBA. Add these two lines to any macro to allow them to overwrite a file without having the confirmation...
Read more >
Manually Creating a PO Line - Ex Libris Knowledge Center
See the Update PO Lines Information row in the list of Manual Jobs ... are any alerts for the PO line, they appear...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found