Rob Hoelz

Results 87 comments of Rob Hoelz

@scottchiefbaker Have you tried `--color-match=bold blue` in your `.ackrc`? This works for me.

This is probably due to the trailing `\e[K` we write at the end of each matched line if coloration is on. I honestly don't know why we do that...

It could be either; I say we remove it, though.

@pdl Thanks for the patch! I took a look and left a few comments on the changes. In addition, you may want to try using the timings script in the...

@pdl You probably need to check out parrot to your `$HOME`; the script expects it to be there, and doesn't complain appropriately when it's not. =/

This looks pretty good to me; we're in kind of a code freeze at the moment, but after that's done with, one of us can merge it in.

@nohnaimer I ran into the same issue and found it's because the build script is cloning the `DSM7.0` branch - I patched it to use the `DSM7.2` branch (see below)...