Joseph Anthony Pasquale Holsten
Joseph Anthony Pasquale Holsten
btw, I'm happy to be convinced to just use buffers without windows, but these days I don't touch any buffers that aren't attached to windows
ah, I was mostly wanting them for the resize operations, it's a bit tedious to type `+` or `]ow` many times. But yes, it would break brains to attempt to...
hmm, after some experience with these, I'm mostly using the `]w`, `[w` & `cow`. Honestly, I don't like having to have another binding for `^W+k` & `^W+j`.
I’ve been in the same situation in the past (with the mongodb plug-in for chef) and I found the best way to avoid this situation in the future is to...
If we want this to be the authoritative fork, it would be nice to bring in the work of other folks. To that end, I’d like to create a GitHub...
I've got it pretty far just by stubbing out before and after, but not quite running. Looks like it's mostly the hooks in aruba
@nicgrayson mostly it requires a set of acceptance tests, a maintainer, and a poke of hashicorp. I'll go take care of the last bit!
Terra-Farm is definitely different from terraform-providers. Unless you have a good reason to stay outside the hashicorp approved providers, terraform-providers is the best place to be!
looks like you've got a invalid gem metadata inside your gem. this is probably due to building the gem with ruby 1.8's default yaml lib, and attempting to read it...
Ah, also as a work around you can either: Use this line in a `Gemfile`: ``` gem 'knife-batch', github: 'imeyer/knife-batch' ``` Or build and install the gem locally: ``` git...