Hi! Thanks for the amazing work!
I'm new to hyper... I found some peculiar behavior (and It is quite difficult to reproduce)
What I did
- I did
npm i hyper-cat in my home directory
- edit ~/.hyper.js (add hyper-cat in plugins)
- restart hyper
hyper-cat works, but
hyperCat: {
videoEnabled: true
}
option doesn't work. it shows black window. ("whileTyping" option works fine)
after I did npm i hyper-cat again in ~/.hyper_plugins directory, this issue was solved.