vercel / vercel/hyper

Terminal couldn't start

Open
#3,526 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

(re)loading renderer plugins
2bundle.js:1 DEPRECATED: If your plugin requires `react`, it must bundle it as a dependency
f._load @ bundle.js:1
bundle.js:1 DEPRECATED: If your plugin requires `hyper/component`, it must requires `react.PureComponent` instead and bundle `react` as a dependency
f._load @ bundle.js:1
bundle.js:1 Plugin hyperline (1.2.0) loaded.
bundle.js:1 Plugin hyperterm-summon (2.0.9) loaded.
bundle.js:1 Plugin hyperminimal (0.0.9) loaded.
bundle.js:1 Plugin hyper-material-theme (2.0.8) loaded.
bundle.js:1 Plugin hyper-font-ligatures (0.0.6) loaded.
index.html:35 total init time 353.585
bundle.js:1 Uncaught Error: Not ready
    at t.a.emit (bundle.js:1)
    at Object.effect (bundle.js:1)
    at bundle.js:1
    at bundle.js:1
    at bundle.js:1
    at bundle.js:1
    at bundle.js:1
    at bundle.js:1
    at dispatch (bundle.js:1)
    at bundle.js:1
bundle.js:1 Color: rgba(255, 255, 255, 0.2) is using transparency, but allowTransparency is false. Using fallback #555753.
ColorManager._parseColor @ bundle.js:1
ColorManager.setTheme @ bundle.js:1
Renderer @ bundle.js:1
Terminal._setupRenderer @ bundle.js:1
Terminal.open @ bundle.js:1
Terminal.open @ bundle.js:1
componentDidMount @ bundle.js:1
commitLifeCycles @ bundle.js:1
b @ bundle.js:1
m @ bundle.js:1
w @ bundle.js:1
z @ bundle.js:1
u @ bundle.js:1
enqueueSetState @ bundle.js:1
A.setState @ bundle.js:1
Connect.onStateChange @ bundle.js:1
dispatch @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
dispatch @ bundle.js:1
(anonymous) @ bundle.js:1
(anonymous) @ bundle.js:1
u.a.on @ bundle.js:1
emitOne @ events.js:115
emit @ events.js:210
ipcListener @ bundle.js:1
emitTwo @ events.js:125
emit @ events.js:213
  • The issue is reproducible in vanilla Hyper.app:

Issue

Hyper is taking more and more time to launch each time and today the terminal hasn't started at all

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 reproducing the launch failure on Hyper.app 2.1.2 and inspect the supplied devtools output, especially the “Uncaught Error: Not ready” message. Compare startup with the listed plugins and with a vanilla installation; done means the terminal launches reliably and the triggering condition is identified.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.