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.

Hyperlayout simply printing out config

See original GitHub issue

Hyper version: 1.0.0 OS: Linux (elementary OS Loki)

I have the following in my ./.hyperlayout (a bit verbose, but I intend to add more to it in the future):

{
  "p2lab": [
    {
      "entry": "tab",
      "layout": [
        "gitsub-dir && cd experimental/p2lab",
        {
          "entry": "vertical",
          "layout": [ "gitsub-dir && cd experimental/p2lab && yarn run watch", "gitsub-dir && cd experimental/p2lab && yarn run serve-dev" ]
        }
      ]
    }
  ],
}

When I run hyperlayout p2lab, it simply prints out:

[hyperlayout config]:{"config":{"entry":"tab","layout":[{"entry":"tab","layout":["gitsub-dir && cd experimental/p2lab",{"entry":"vertical","layout":["gitsub-dir && cd experimental/p2lab && yarn run watch","gitsub-dir && cd experimental/p2lab && yarn run serve-dev"]}]}]},"cwd":"/home"}

… and does not effect the defined layout. Am I doing something wrong?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:27 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
jonaswindeycommented, Feb 13, 2017

I’ve had the same issue (printing the config) and restarting Hyper fixed the issue

2reactions
timolinscommented, Dec 4, 2016

Okay, thanks for your help! I will try to reproduce this bug, once I get my hands on a linux machine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hyper Plan v2.5 Expert Tips
You can print straight from Hyper Plan by selecting File>Print... . Use File>Page Setup... to change the page size or orientation. You can...
Read more >
Printing and Interpreting a Configuration Page - HP Support
Learn how to print a Configuration page from an HP Enterprise printer using the control panel and HP Embedded Web Service (HP EWS)....
Read more >
Cookbook - PySimpleGUI
This code will present a window and will print values until the user clicks the exit button or closes window using an X....
Read more >
weave facebook
When folding, make sure the side with printed lines is on the outside. ... From the pattern I made a form of just...
Read more >
Printing the Configuration Page - Ricoh
Press the [User Tools/Counter] key. Press [Printer Features]. Press [Configuration Page] on the [List/Test Print]. Operation panel screen illustration.
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