Jared Williams

Results 6 comments of Jared Williams

Is this working for you? Tried applying your changes and its still not working with these dates. Any insight or changes maybe not in the PR would be appreciated. Thanks!

Probably would want to squash this @divijbindlish @davidvuong i tried using your PR, but it wasn't working so i worked out my own pattern and that seems to be working

Travis says it passed for python2 but when it got to python3 the job failed because it couldnt download something not because of a python error

I was able to fix this by doing the following: on line 43 of `/usr/local/lib/node_modules/homebridge-controllerlink/node_modules/npm/lib/config/load-prefix.js` i changed: `p = path.resolve(cli.prefix)` to `p = path.resolve(String(cli.prefix))` and on line 21 of `/usr/local/lib/node_modules/homebridge-controllerlink/node_modules/npm/lib/config/set-user.js`...