Caleb Spare

Results 70 issues of Caleb Spare

I have a problem where occasionally readline will deadlock. I'm using readline in a couple of different simple CLI tools. There's nothing too unusual or fancy about the usage. I...

bug

For example, `b`, `e`, `0`, and `$` are all supported motions, but `cb`, `ce`, `c0`, `c$`, `db`, `de`, `d0`, and `d$` don't work.

Example: ``` domain='web1.example.com' fez start ``` This says: ``` Targeting hosts: web1.example.com [success] ``` And it doesn't do anything. I think it should be an error.

I'm in 1.9.3-p392 and getting a stack trace when I run the tests due to ooyala/scope#6.

development

Input file: ``` html body { color: green } ``` Result: ``` Error: Parse error on line 2: body { color: green } -------^ Expecting 'EOF', 'ESCAPED_LEFT', 'ESCAPED_RIGHT', 'CONTENT', '{{',...

bug

This will be useful for minimizing setup/teardown time for larger tests.

`ensure_packages` should run `apt-get update` once, the first time it is used. This is because if the system hasn't been updated for a while, there could be server changes that...

Right now there's Lucid-specific stuff in Terraform. We should figure out what we're running on and then have a mechanism for doing different things depending on what Ubuntu it is....

In the Barkeep deploy, we use `ensure_gem("terraform")` before running `bundle install`. This breaks every time the version of Terraform bumps, because the version of terraform loaded won't match the version...

This is not really a bug, but more of a convention that we should figure out for posterity. I just ran into this problem with Barkeep. The issue occurs when...