Kevin Campion

Results 6 issues of Kevin Campion

I updated source code to allow using HTTPS. I'm on the right way? https://github.com/kcampion/elasticsearch/commit/f0be154d18c20dbf3de8e4eb2bdf48f547095ff1

I tried with `{complete: '\x1b[32m|\x1b[0m', incomplete: '-'}` where `|` is the green character, but the result is not good: `[||||||[32m|--------------]`

To prevent "UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: response.error.filter is not a function" when the error is "Error: EFunding:No funding method"

This messages appears "package.json was not found" while a package.json is located in my project root folder.

Hello, The installation of node-psutil has failed on my Debian VM. # npm install psutil [...] /root/.node-gyp/0.10.30/deps/uv/include/uv.h:1438:15: error: initializing argument 4 of ‘int uv_queue_work(uv_loop_t_, uv_work_t_, uv_work_cb, uv_after_work_cb)’ [-fpermissive] ../lib/psutil_lib_osx.cc: In...

Hi, The module "node-osascript" works perfectly under dev mode into an Electron project (with the command line `#electron .`), but after build it with electron-packager (with the command line `electron-packager...