vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.46k stars 3.53k forks source link

Plugin events are never fired #1417

Open LoganDark opened 7 years ago

LoganDark commented 7 years ago

Issue

It seems that the onApp and onWindow events are never getting fired. The full console output is above.

SpencerLynn commented 7 years ago

I'm also having this issue. Any more information or workarounds available?

doesdev commented 7 years ago

The lack of these events firing really prevents the ability to meaningfully extend Hyper. I've also tried disabling all plugins and get the same behavior.

yonilerner commented 7 years ago

Im having this issue as well.

Hyper.app version: Hyper 1.3.3 OS Version and name: Ubuntu 17.04

SpencerLynn commented 7 years ago

Upgraded to Hyper 1.4.3 (stable). Still can't get onApp events.

LoganDark commented 7 years ago

Hyper 2.0.2 still does not fire onWindow.

albinekb commented 7 years ago

Let's fix it @LoganDark

LoganDark commented 7 years ago

"Let's"? Meaning me?

How am I supposed to fix it? I don't even know how Hyper works.

sangdth commented 7 years ago

I disable all plugins, even deleted the local plugin folder, remove .hyper.js, re-install the fresh one, still get this issue.

macOS 10.12.6 node 8.6.0

LoganDark commented 7 years ago

The devs might as well remove this "feature" from the documentation since it hasn't worked in 10 months and over 20 releases.

linonetwo commented 6 years ago

At least it works in dev mode... https://github.com/zeit/hyper/issues/3013

linonetwo commented 6 years ago

Maybe it is the bundling process that blocks onWindow to fire.

linonetwo commented 5 years ago

Sometimes it works! But when I try to add a new feature it suddenly doesn't work.

brenoprata10 commented 4 years ago

Same issue, i am trying to create an autocomplete for hyper, but the onWindow event is not called on plugin