Jonathan Liu

Results 8 issues of Jonathan Liu

Picking black gives Color 1, picking white gives Color 254.

bug

Running make CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no with revision ca598dabc3e658b3b80fd41143417d884d436e06 from git master: ``` physmap.c:433:5: error: no previous prototype for 'setup_cpu_msr' [-Werror=missing-prototypes] 433 | int setup_cpu_msr(int cpu) | ^~~~~~~~~~~~~ physmap.c:455:6: error: no previous prototype...

A web interface would be very useful for searching for files on a networked file server.

enhancement
help wanted

http://pythonhosted.org/comtypes/#converting-data-types mentions that some COM server methods require an array of strings with typecode VT_ARRAY | VT_BSTR. Currently, there doesn't seem to be a method of creating a VARIANT with...

bug

I have a ZIP file containing a single 600 MB file. Extracting it by piping to unzip.Extract results in a 0 byte file.

### What feature would you like to see? Currently diffing is done by comparing bytes. It would be great if it could also be done by comparing the pattern data....

feature request

The XInputQueryVersion_wr function when building without X11 was returning NULL which is of type void * when the function has a return type of int.