Kate Ward
Kate Ward
If there is strong interest, I can make this work. The responsiveness to pull requests wasn't great at the time, so I forked and have moved way beyond just this...
Would love to see this merged.
FYI, I've added a pull request for mcclymont/go-vnc that adds an additional unit test for the VNC Authentication. (https://github.com/mcclymont/go-vnc/pull/1)
The unit test demonstrates that the bit rotation code works properly with various length passwords, which also proves that the 0 padding is working. The point is that these are...
I just now found the pointer.go file that implements some of the mouse constants that I've implemented. I'll probably join the two into a single file and ask for that...
This is covered in the [Quick Start](https://github.com/kward/shflags/wiki/Documentation13x#quick-start), but maybe that could be improved or documented elsewhere. Where did you look (and not find) an answer? This is a copy-and-paste from...
I agree, that is confusing. I propose fixing this by enforcing the convention that **single-character booleans, when passed, will always give a _true_ value**. Unfortunately, there is no good way...
Seems reasonable. Of the three semi-random command choices of `grep`, `ls`, and `find` that I tested on my macOS machine, all three provided usage info for an invalid argument. Setting...
Can you provide some sample code that demonstrates the problem? Feel free to only share enough to demonstrate the issue. Also, shUnit2 is tested using 'set -u' and 'set -e'....
To note, this is what I get when running a quick test on my local machine running macOS Monterey 12.0.1. ``` [kward@kward-macpro13 2021-10-23T18:08:44 %1]~/var/wa/github.com/kward/shunit2 $ uname -a Darwin kward-macpro13.ka.corp.forestent.com 21.1.0...