Timothy C. Quinn
Timothy C. Quinn
Thanks. Appreciate that! When I figure out the most efficient way to implement gnu tail `-n, --lines`, I'll put in a PR.
IMHO, the best way to avoid locking is to just write a wrapper of [unixutils](https://sourceforge.net/projects/unxutils/) `tail` on windows and `tail` on posix platforms. I've been using unixutils tail for about...
FYI - Found bugs with `unixutils` tail and found a way to extract the binaries from cygwin for standalone use (no install required). I also wrote a [wrapper](https://github.com/JavaScriptDude/PyTail) for this...
I found the [old version](https://github.com/indradb/wikipedia-example/tree/069d71cd087b3f2fa19cbc914c2053d9b4662418) of the wikipedia example. Do you think it would be difficult for someone strong in Python to port this to use the your new Python...
Thanks. When I get a window, I will take a stab at it.
Having this same issue. What is the cause of this? Is there a resolution?