Thomas Cuthbert
Thomas Cuthbert
Looks like something went wrong with your copy there `cp: cannot stat âconf/trigger_settings.pyâ: No such file or directory`
What's the output of?: ``` cat /etc/trigger/settings.py stat /etc/trigger/settings.py ```
What happens when you run ``` cd /etc/trigger sudo touch afile ls ```
OK. As there is an issue with `cp` we could try two things: 1. from `/etc/trigger` do the following `touch settings.py` then cut and paste the contents of `trigger_settings.py` into...
Yeah so moving back to chaining the _send_next() is hard. We would need to know in advanced what deferred to bind to so we may have to look into how...
So what I think needs to be done here is the default IOS regex prompt pattern (see `conf/global_settings.py`) needs to use a negative look ahead pattern with the hostname as...
What's the output of sudo dpkg -l | grep libffi-dev ? If there is nothing there maybe try installing it sudo apt-get install libffi-dev Regards, Thomas Cuthbert On Thu, Oct...
I'm also experiencing this issue: Rails 4.0.1 ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux] VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 3 2013 19:58:40)
Awesome! Can confirm 2 for now. Will monitor and let you know how I go.
> Hi @tcuthbert, I agree that does sound useful! > > I'm wondering if this would be a good fit for a plugin (see #1258 and #1279), mainly because I...