Jonathan Dilks
Jonathan Dilks
It's that, or find a way of avoiding use `cp`'s `-t` flag (which is the cause of the incompatibility between OS X and GNU `cp`)
Here's my modified Makefile: [Makefile.txt](https://github.com/oniony/TMSU/files/5018752/Makefile.txt) Otherwise tmsu appears to work perfectly on Catalina (including `tmsu mount`).
Is this likely to be implemented anytime soon? I'm not an expert at authentication and having something like this which does the majority of the work in the way authentication,...
Just add into `node-server.js`: ``` response.setHeader('Access-Control-Allow-Origin', '*'); response.setHeader('Access-Control-Request-Method', '*'); response.setHeader('Access-Control-Allow-Methods', 'OPTIONS, GET'); ``` just after `http.createServer(function(request, response) {`, so you get: ``` ... http .createServer(function(request, response) { response.setHeader('Access-Control-Allow-Origin', '*'); response.setHeader('Access-Control-Request-Method',...
I have this same issue but guessing this means this program is maybe for a different device? Is there a way we can specify the /dev device on the command...
Okay having looked into it this is for a device by the same manufacturer but is a different device. See `defutils.h` where `0x7701` is the PID of the intended device...
Which means `LIBUSB_ERROR_TIMEOUT = -7` according to docs.... hmmm
from http://libusb.sourceforge.net/api-1.0/group__syncio.html ``` int libusb_control_transfer | ( | libusb_device_handle * | dev_handle, -- | -- | -- | -- | | uint8_t | bmRequestType, | | uint8_t | bRequest, |...
Trying to make my own fork here (when I find time) if you want to help out :) https://github.com/jay-to-the-dee/pearlfan
My brand of fan is Maplin but also the Brookstone LED fan looks exactly the same. Care to share your brand for others info? And one can sniff the values...