vercel / vercel/hyper

Hyper is broken

Open
#5,200 4 comments 0 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

I'm on MacOS Big Sur. Hyper is broken and unusable after multiple reinstalls - minuscule font, grey frame around window regardless of theme installed; pressing keys causes window to suddenly zoom in for as long as key is held, then out again.

It appears there's a config file that is persisting between installs but I don't know what or where it is. Apparently <brew uninstall --cask hyper> doesn't remove all files.

My config file is below. Any suggestions on how to reset or reinstall correctly, please let me know.

  • Hyper version: undefined "3.0.2"

  • OS ARCH VERSION: darwin x64 20.2.0

  • Electron: 3.1.3 LANG: undefined

  • SHELL: /bin/zsh TERM: undefined

~/.hyper.js contents
        
          {
  "updateChannel": "stable",
  "fontSize": 20,
  "fontFamily": "\"FiraCode Nerd\", \"Hack Nerd Font\", Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1.2,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "\n    .tabs_nav li span span:before { \n      content: \"🦉 \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"🦉 \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"🦉 \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"🦉 \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  ",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": false,
  "activeTab": "🦉"
}
      {

"plugins": [
"hyper-font-ligatures",
"hyper-active-tab",
"hyper-samewd",
"hyper-search",
"hyper-highlight-active-pane",
"hyper-aura-theme",
"hyper-rose-pine",
"hyper-afterglow",
"shades-of-purple-hyper",
"verminal",
"hyper-corubo",
"hyper-snazzy",
"hyper-hypest",
"hyper-material-theme",
"hyper-cyberpunk",
"xi-hyper",
"hyperocean",
"hyper-subliminal-theme",
"hyper-oceanic-next"
],
"localPlugins": []
}

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

The report concerns Hyper 3.0.2 on macOS Big Sur, with ~/.hyper.js, the Homebrew uninstall command, and Electron 3.1.3 as the main entry points. Start by reproducing the font, window, and key-held zoom symptoms with the supplied configuration and plugin list. Done means identifying the cause and verifying a reliable reset or reinstall path.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.