Eric Hu
Eric Hu
If this issue is still unresolved, try running those same commands from the windows command prompt in your project folder. I'm using netbeans as well but I never use the...
@allesklar I have similar hardware, but I don't have your issue. Can you give an example of a consular script that fails?
This is irrelevant if PR #17 is merged.
Hi there, could you share what your iterm version is and what command produced this output? I wasn't able to reproduce this with iterm 3.0.0 on El Capitan with Ruby...
Thanks for the additional data point. Is there any particular command that breaks for you? Is it everything?
Okay, I can reproduce on my system using `consular setup `. I debugged this a little by throwing a `binding.pry` in before the erroring line from this project. It looks...
Unfortunately when I experimented with it briefly, I can't easily check for the existence of these methods because they're meta-programmed: ``` [20] pry(#)> defined?(@terminal.current_window) => nil [21] pry(#)> defined?(@terminal.current_terminal) =>...
I've figured out enough to get `consular start` working for simple tasks. It's broken for opening a new tab, though. That fails with: ``` /Users/erichu/.gem/ruby/2.3.1/gems/rb-scpt-1.0.1/lib/rb-scpt.rb:676:in `rescue in method_missing': Unknown property,...
Ah okay, my brain wasn't working when I wrote that comment. Rb-scpt proxies the appscript interface for iterm2, and the documentation for iterm2 Applescript is [here](https://www.iterm2.com/documentation-scripting.html). I updated my PR...
I just merged in a fix for all the issues I could spot. @kevzettler @JustinTBrown Can you guys try out the master branch of this repo and let us know...