Simon Chiang
Simon Chiang
Interestingly enough I just went looking for a Previous method and was happy to see this PR. My use case is trying to identify a time interval defined by a...
Oops, note that I originally put down the wrong link to the patch. I updated the link and now it's correct.
See #65. That may also fix this issue.
Note that given the pager is so variable (and the groff options, I bet) I think that generating a tmp file and using `man` itself would give the best user...
I looked into this a bit. Turns out lots of manpages have extra blank lines in them but we usually don't see them because the default pager for `man` will...
Actually, no unfortunately that doesn't work. The exit from the assert will still trigger the tests (which will all fail, at least there is that). And really there should be...
Ha - no. I was thinking to mention something about that when I saw Bakefile in the issue title. Story goes like this... I used to use a Makefile as...
Oh one more thing -- I'm also looking into all the zsh issues. Tracks back to a fascinating weird difference in the way zsh `getopts` handles OPTIND differently than POSIX...
I made some progress on this. Still a few outstanding failures that I need to get back to, but here is the current state (note I started omitting the skips...
This may be extremely non-trivial. One of the problems I've run into is that you can kill but then it's hard to know if you should kill -9 later. See...