Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panes intermittently not working #5

Open
mattfordham opened this issue Apr 23, 2012 · 3 comments
Open

Panes intermittently not working #5

mattfordham opened this issue Apr 23, 2012 · 3 comments

Comments

@mattfordham
Copy link

Probably 40% of the time when I run a 'consular start' command that includes multiple panes, all the commands run in one pane, one after the other. Running the command a second time usually works. A coworker has experienced the same thing. Is this a known issue?

Here is an example script... does it look weird/wrong? Again, it works most of the time.

run 'cd /path/to/project'
run 'mate .'

pane do
  run 'cd /path/to/project'
  run 'guard'
  pane do
    run 'cd /path/to/project'
    run 'rails console'
  end
  pane do
    run 'cd /path/to/project'
    run 'rails server'
  end
end
@mattfordham
Copy link
Author

Is no one else having this issue?

@JustinTBrown
Copy link

I am too.

@dynamix
Copy link

dynamix commented Jan 7, 2015

same - however most of the time :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants