Rob Hoelz

Results 87 comments of Rob Hoelz

> I think we can accept that users needing Unicode will have, or be willing to get, a Unicode-capable perl. @n1vux Ok, true. =) If we ended up doing this,...

Awesome work @packy! This looks mostly good to me, only a few issues: - Could you rebase your work on top of current dev and get rid of the merge...

@packy Right, I just wanted to make sure that the behavior followed expectations. =) Everything looks good to me; should I merge @petdance?

@derobert It's worth a benchmark!

I like this idea - I've been wanting this for a while, but never thought to file a bug! I think maybe this feature might behave interestingly around symlinks, but...

ack already has `get_file_id`, which it uses to skip over duplicates specified on the command line, so this probably wouldn't be too bad to add!

@Smylers Using ack built from git HEAD (b3617f1), this works fine for me (Arch Linux). What version of sudo do you have (I have 1.8.10p3)? Do you have any ackrc...

@Smylers This is an interesting issue...I actually had to look at the code to figure out why your ackrc works at all! We don't do any special processing of what...

Unfortunately, it seems that this is an issue with `sh`; `sh -c ''` exits with status 0, and the worst part is printing to a pipe to such a process...

We actually _did_ have a security hole due to `--pager` before ack 2.12, but it has since been fixed. Unfortunately, I don't know if we can change how `--pager` behaves,...