vercel / vercel/hyper

impossible to download themes & plugins

Open
#7,194 2 comments 1 reaction 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

  • Your Hyper.app version is 3.4.1. Please verify you're using the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
  • Is the issue reproducible in vanilla Hyper.app?

Issue


  • Hyper version: undefined "3.4.1"
  • OS ARCH VERSION: darwin arm64 22.4.0
  • Electron: 20.3.6 LANG: undefined
  • SHELL: /bin/zsh TERM: undefined
.hyper.js contents ary>
{
  "updateChannel": "stable",
  "fontSize": 17,
  "fontFamily": "ComicMono NF, Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1.2,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": true,
  "foregroundColor": "#F9F4FF",
  "backgroundColor": "rgba(0, 0, 0, 0.98)",
  "selectionColor": "rgba(248,28,229,0.4)",
  "borderColor": "#68FDFE",
  "css": "",
  "termCSS": "",
  "workingDirectory": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "13px 15px",
  "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",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": false,
  "copyOnSelect": true,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true,
  "webLinksActivationKey": "",
  "disableLigatures": true,
  "disableAutoUpdates": false,
  "screenReaderMode": false,
  "preserveCWD": true
}
plugins
{
  "plugins": [
    "hyperpower#0.2.2"
  ],
  "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 names no source file, test, or code entry point. First verify whether theme and plugin downloads still fail on Hyper 3.4.1 with the supplied macOS environment, then locate the relevant download flow. Done means the failure is reproducible, its cause is identified, and downloads work as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
electron, typescript
Domain
desktop, tooling
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.