JKDingwall

Results 14 comments of JKDingwall

I have an 0c45:7160 and this is capable of multiple colours. From the video embedded in the README.md it seems the I can see for the original 0c45:7701 is single...

I have created a pull request for this which contains a fix that works but perhaps you prefer a different implementation.

I encountered this problem by validating a schema I had written against the JSON v4 schema. Other validators would raise an exception against this whereas tv4 did not. I can...

I don't know if this is interesting: ``` root@ubuntu:~# /lib/udev/zvol_id /dev/zd2736 ztank/james root@ubuntu:~# /lib/udev/zvol_id /dev/zd2768 ztank/james@2 root@ubuntu:~# /lib/udev/zvol_id /dev/zd2752 Unable to open device file: /dev/zd2752 root@ubuntu:~# ls -l /dev/zd2752 brw-rw----...

This is a bit of a sticking point for us at the moment and we've not managed to come up with a workaround. Is it a simple issue that someone...

I have realised that the hostname regex has a bug in that it requires a minimum length of 2 character / label when a 1 character label is acceptable. I...

I probably should have mentioned that failure cases are not well tested yet:)

@superbobry - Thank you for the quick review:) I will take some time to incorporate your suggestions on to my branch as soon as possible along with anything else that...

The fork on my account now has support for both the GPLPV and the WinPV driver projects. The original support for GPLPV uses the Windows API to open a connection...