telemetry.js need veeery long on install #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is problematic in our CI processes because installs may take veery long.
Can you add a way to disable that at least on CI systems (also because you may niot want these installs counted ;-) )
We mainly use travis-ci and appveyor
I think I'll see if I can switch it to abort after 1s if it hasn't completed.
Also, I'd recommend switching to keypairs.js instead of using rsa-compat.
There's only one or two features that haven't been ported over. Hopefully I'll get those done soon and rsa-compat can peacefully go the way of the dinosaur.
What package where you using that had it as a dependency?
Removed.
Sorry fr my late response, and thank you for the solution :-)