Timothy C. Quinn
Timothy C. Quinn
Also, when using npm, it installs v0.0.2 instead of v0.0.2-5 as is in Github? Is NPM fully updated? Maybe this is the root cause.
I saw your node-soap bugs last night. Any chance that you can push your current code that uses node-soap 0.8.x to NPM? It seems to work ok for me.
Very weird. Let me kick the box a bit more... On September 16, 2015 12:21:26 PM EDT, Patrick C [email protected] wrote: > That's weird -- when I do an `npm...
Check this out: > nvm use node > Now using node v4.0.0 > npm install node-vsphere-soap > [email protected] node_modules/node-vsphere-soap > ├── [email protected] > ├── [email protected] > └── [email protected] ([email protected], [email protected],...
I think you are onto something... I downgraded to 0.12.7 and problem was still there but when I downgraded to 0.10.38, the correct soap version was picked up: > nvm...
Interesting. I suspect its something related to the soap library configuration. Hopefully I get a chance to look at this deeper in the next couple of days. I wonder if...
Feel free to close this any time.
I have a modified version [here](https://github.com/JavaScriptDude/histstat) that writes to a SQLite DB and has filtering capabilities. You could instrument that version to record SSH process information and then write a...
@vesche Thanks for the note and the cool program.
FYI - Just released a new [version](https://github.com/JavaScriptDude/histstat) after I found my original filtering design wanting. I wrote a new package called WherEval (https://pypi.org/project/whereval/) which allows passing complex SQL like where...