Ben Drucker
Ben Drucker
Please don't mention people who have sent PRs or otherwise mention spam when submitting issues.
Does anything happen before this error? Other logs you can share? Does it happen right away or mid run? The `request` library is deprecated. Not sure if that's coming from...
`npm ls request` says: ``` [email protected] /Users/ben/src/azure-blob-to-s3 └─┬ [email protected] └── [email protected] ```
Seems like https://github.com/Azure/azure-storage-node has been long since replaced by https://github.com/Azure/azure-sdk-for-js. Updating to that might address this.
> switches inquirer Assuming this is a copy paste error? But sure this sounds fine happy to merge.
Per my comment on the PR, I'm up for it if the angular-sockjs options are removed from the hash and tests are added.
I considered this, I didn't care for the idea of inserting ranges into the test names. The point of a test name is that it's identifiable across runs. For example,...
Yeah, I thought about that but AFAICT it's impossible. There's no guarantee that a rule operates at the level of a specific resource. A rule could raise multiple issues for...
Improvements to the JUnit formatter are welcome, eg for some of the other extension fields GitLab seems to display. Part of the problem is that the only official looking spec...
I don't have any stake in this but figured I'd clarify the Terraform behavior a bit and what's proposed in #690. What Terraform is raising here is [drift](https://www.hashicorp.com/blog/detecting-and-managing-drift-with-terraform), not planned...