consular-iterm
consular-iterm copied to clipboard
Panes intermittently not working
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
Is no one else having this issue?
I am too.
same - however most of the time :-(