Rakib Fiha

Results 8 comments of Rakib Fiha

~I have went back to `0506df28baa6a` and not getting this error.~

Hmm, seems like, it only happens when tmux session is restored even for https://github.com/akinomyoga/ble.sh/commit/0506df28baa6ac54de6cb6650d2ad208b0c00190 I am using a plugin called tmux-resurrect with tpm.

> Persists tmux environment across system restarts. tmux-resurrect allows to save a session, manually (prefix + ctr +s) or automatically at some interval. So, even after you kill that session,...

**Before resurrection** md5sum: ```0b5037c79032706a9ae7858a3a920c7b ~/.cache/blesh/0.4/keymap.vi``` not empty **After resurrection:** The error happens and nothing typed can be seen in the window. After `tput reset` the typing appears. And, **yes** the...

I actually cannot reproduce it anymore. Not sure why. But, yesterday the steps mentioned at Q1 would reproduce it. I will try again tomorrow. > Q2: Does the problem occur...

What would be the alternative for macos?

> brew uninstall lua > brew uninstall luajit > pip install lupa Has worked for me. ```brew uninstall --ignore-dependencies lua luajit && pip install lupa && pip3 install lupa &&...