Hyperlayout simply printing out config
See original GitHub issueHyper 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:
- Created 7 years ago
- Comments:27 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve had the same issue (printing the config) and restarting Hyper fixed the issue
Okay, thanks for your help! I will try to reproduce this bug, once I get my hands on a linux machine.