vercel / vercel/hyper

Plugin events are never fired

Open
#1,417 13 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

🐛 Type: Bug
Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

  • I am on the latest Hyper.app version

  • I have searched the issues of this repo and believe that this is not a duplicate

  • OS version and name: macOS Sierra 10.12.1

  • Hyper.app version: 1.1.0.1408

  • Link of a Gist with the contents of your .hyper.js: Here

  • Relevent information from devtools (CMD+SHIFT+I on Mac OS, CTRL+SHIFT+I elsewhere):

(re)loading renderer plugins
index.js:5 [hyper-expose-app] Plugin loaded
index.html:34 total init time 209.94000000000003
bundle.js:32264 Unimplemented DEC Private Mode: 1034

Issue

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by loading the linked local plugin in vanilla Hyper and reproduce the issue while watching the DevTools console output. Trace the plugin event entry points for onApp and onWindow and verify whether those callbacks are dispatched during startup and window creation. Done means both events fire reliably in the provided reproduction.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.