consular-iterm icon indicating copy to clipboard operation
consular-iterm copied to clipboard

Panes intermittently not working

Open mattfordham opened this issue 12 years ago • 3 comments

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 avatar Apr 23 '12 15:04 mattfordham

Is no one else having this issue?

mattfordham avatar Jun 11 '12 04:06 mattfordham

I am too.

JustinTBrown avatar Dec 01 '14 06:12 JustinTBrown

same - however most of the time :-(

dynamix avatar Jan 07 '15 15:01 dynamix