Andrew O'Brien

Results 10 comments of Andrew O'Brien

I know this is old, but I ran into this same problem. I'm trying to define contracts for a service and I don't want to repeat the contract definitions for...

I didn't change anything in the test that's breaking now... any idea why the build failed?

The breaking test is unrelated. The `lunr.js` that's checked into `master` is not the most up-to-date one. `make clean && make` regenerates it and passes.

Yeah. It also reported a typo in some comments on `lunrjs` and `com` (guessing it tokenized on `.`).

@kayg04 What do you use for `login_user` and `login_password`? I'm getting the same thing when I do `ansible db -b -m mysql_user -a 'name=django host=% password=12345 priv=*.*:ALL state=present login_user=root login_password=""'`...

Just noticed in my example that when I logged in locally and connected it was using the Unix socket. So I did: ``` $ ansible db -b -m mysql_user -a...

I'd definitely like to integrate `next` and `step` as Pry commands and looking at the ruby-debug `irb` command, I think it should be possible. ruby-debug-pry was pretty much extracted from...

I've played with SLIME a few times, but the idea of mucking with the running system scared me off—probably because I was trying to learn Lisp and Emacs at the...

I haven't had a chance to look into it. I've actually been using PryDebug recently. :) I'm not 100% it's what I prefer, but suffice it to say, it's been...

I, personally haven't had a chance to look at this in awhile. Most of my work now has either been on my own projects (where I tend to use pry...