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.

Multiple tabs - only firing code in first tab

See original GitHub issue

Okay so i love this package i just have this one error:

My setup:

"hyperlayout": {
	"default": [
		"npm start",
		"cd ./frontend/src && gulp",
		"git status"
	]
}

It only runs the first command npm start

If i then remove the first so it looks like this:

"hyperlayout": {
	"default": [
		"cd ./frontend/src && gulp",
		"git status"
	]
}

it still only runs the first command cd ./frontend/src && gulp

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
jschloercommented, Dec 15, 2016

I’m also on OS X. Stepping through the code I noticed that with my generated queue it never got to the point of running the cmd action for the second pane. Basically the queue stopped processing after the split. Want to try to look at it some more today, but it seemed like the problem was that nothing was processed after https://github.com/timolins/hyperlayout/blob/master/index.js#L93, it just exited all the way back up the work stack. Like I said I’ll try to take another look later to see if it’s more of a work() problem, or more how the queue is being generated. I don’t fully understand how that works just yet.

2reactions
timolinscommented, Dec 22, 2016

Here goes hyperlayout 0.2.1! 🎉

@sp90

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap tabs shown event only fires the first time and not on ...
@NikhilNanjappa - I'm using data-target for the <a> tabs to find the right panel instead of href (to prevent angular from taking it...
Read more >
How to handle multiple tabs in Selenium | BrowserStack
In the code below, first get all the window handles, then switch to the tab to be closed. After this, close the driver...
Read more >
When lightning:tabFocused is fired, handler is invoked ...
The issue is if I have n multiple tabs open - all of which are the same type of Lightning App Case Record...
Read more >
Possibility to turn off first tab auto selection · Issue #76 - GitHub
If there are no tabs and a tab is added, the added tab should be selected and selection event should be fired immediately...
Read more >
Application not working in multiple tab's
Hi, It is possible to run as many instances of one Neptune UI5 application side by side in different tabs. The onInit event...
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