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
Just spent about an hour debugging a situation where another library instantiated (and cleaned up) a readline, which caused all Blessed keypress events to be emitted twice.
This is because core readline automatically calls its own emitKeypressEvents when any readline is opened, and it does not clean it up.
The text was updated successfully, but these errors were encountered:
Just spent about an hour debugging a situation where another library instantiated (and cleaned up) a readline, which caused all Blessed keypress events to be emitted twice.
This is because core readline automatically calls its own
emitKeypressEvents
when any readline is opened, and it does not clean it up.The text was updated successfully, but these errors were encountered: