Timothy C. Quinn

Results 28 issues of Timothy C. Quinn

When I installed node-vsphere-soap today, it installed soap version 0.6.1 even though the latest version is 0.9.3. I have no idea why npm did not pick up a later version...

Good day. Thanks for making this library. I have [made a fork](https://github.com/JavaScriptDude/histstat) with some big enhancements. Please take a look when you get a chance. Let me know if you...

enhancement

Love this and it works great. However, there is one way to bypass this lock that users should be made aware of. Any USB devices connected at boot may bypass...

Can you please add SHA1 and/or MD5 checksum for the binary downloads to your website? At present, there is no way to safely check besides sandboxing the installer.

The method of deploying desktop files did not work on my Ubuntu 20.04 system. I updated the install script to use `desktop-file-install` to deploy the my desktop files as documented...

The icon file nordvpnicon.png is missing from `nord_vpn_v1-4-2.tar.gz` but it can be found in `nord_vpn_v1-4-2_compatibility.tar.xz`.

I would like to have full control of the response from error handlers assigned using `@api.errorhandler` decorator so I can obfuscate the return of calls for some usecases. For example:...

enhancement

Allow error handlers to have full control of response

When users specify a `--user-data-dir=` browser argument, `Launcher.waitForChromeToClose()` is not called and this causes messages such as the following after the program has exited like `Future exception was never retrieved...

As per puppeteer [PR 4016](https://github.com/puppeteer/puppeteer/pull/4016/files), integers passed to JavaScript through `_convertArgument()` args parameter, are not handled correctly when an integer is >= the minimum size of a JavaScript `bigint`. Such...