question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

#config-location Either your webpage is wrong or your program.

See original GitHub issue
  • Your Hyper.app version is 3.0.2. Please verify your 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+ALT+I on macOS, CTRL+SHIFT+I elsewhere): N/A

  • Is the issue reproducible in vanilla Hyper.app? Yes.

Issue

Either your webpage is wrong or your program.

hyper.is/#config-location says for macOS the path to config file is ~/Library/Application Support/Hyper/.hyper.js and it says “config at ~/.hyper.js still supported”.

But when I start a freshly installed Hyper.app it creates ~/Lib…/App…Supp…/Hyper/ without .hyper.js and .hyper_plugins/ inside but creates ~/.hyper.js and ~/.hyper_plugins/. Even when I move them from my home dir to Hyper’s AppSupport dir. They are re-created.

  • Hyper version: undefined “3.0.2”

  • OS ARCH VERSION: darwin x64 17.7.0

  • Electron: 3.1.3 LANG: undefined

  • SHELL: /bin/bash TERM: undefined

~/.hyper.js contents
        
          {
  "updateChannel": "stable",
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "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": "",
  "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": true
}
      {

“plugins”: [ “hyperpower” ], “localPlugins”: [] }

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
nicolaibachcommented, Mar 8, 2020

@zeilen: on my system Hyper uses $XDG_CONFIG_HOME when launched via the cli command. Opening the .app still reads from ~/.hyper.js. Can you confirm that?

0reactions
lewxdevcommented, Feb 4, 2021

@LabhanshAgrawal Possibly, may be simple enough if macOS has a crontab

Read more comments on GitHub >

github_iconTop Results From Across the Web

Avoid web.config inheritance in child web application using ...
My child web application is setup as an application in IIS, and is inheriting from the parent's web.config which is causing problems. Where ......
Read more >
How to Centralize your Checkstyle Configuration with Maven
This article shows how to create a global Checkstyle configuration that can be used in multiple Maven projects. It also tackles how to ......
Read more >
checkstyle:check - Apache Maven
<configLocation>. Specifies the location of the XML configuration to use. Potential values are a filesystem path, a URL, or a classpath resource ...
Read more >
Properly configuring server MIME types - MDN Web Docs
MIME types describe the media type of content, either in email, ... If a web server or application reports an incorrect MIME type...
Read more >
Core Features - Spring
For instance, if you start a web application on port 8080 and that port is ... display the full conditions report to better...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found