Ethan P.

Results 138 comments of Ethan P.

That shouldn't be happening, and it looks like it's a bug with the test framework. What platform are you on, and what does `awk --version` show?

It should also work with BSD awk, but it's good to know about the mawk incompatibility. I'll have to update the test framework to see if it's possible to fix,...

![image](https://user-images.githubusercontent.com/32112321/81664583-760ba780-93f4-11ea-8690-d9f1e6134434.png) I see what you mean, and this appears to be a `bat` or manpage syntax issue. Following the same instructions for using `bat` as a man pager on the...

Thanks for the heads up! I'll check it out and try to fix it soon. **Update:** This doesn't appear to be consistently reproducible (race condition?), and it might take a...

After some research, it seems that `head` likes to send SIGPIPE when it's done reading, which Bash is more than happy to consider a fatal error with `set -o pipefail`....

> I ran the `batman` and `prettybat` test suites 20 times each and got zero failures, so I think it worked. Good to know! > More generally, either ignoring the...

I'm 100% in support for all the advantages this would provide. > The obvious downsides are: > * this will be a lot of work :smile: It would be, but...

It doesn't seem like `less` supports that, unfortunately.

> In order to solve this, I guess we should first look up the non-canonicalized path in the syntax mapping. If this does not lead to any results, we look...

> Just to make sure that we have the same understanding of canonical/absolute/as-is path Yep, it looks like we do. > You are thinking about something like a symlink from...