Eric Bickle

Results 22 comments of Eric Bickle

Agree as well - not necessarily broad plugin support, but some sort of "provider" infrastructure. I came here looking for ways to directly integrate S3 configuration management and AWS secrets...

I had some issues with the VSCode LSL logic awhile back and ended up creating my own plugin from scratch. Never could quite figure out what was wrong with the...

This issue bit us pretty hard as a surprise - Snyk was reporting minimal #s of dependencies and no issues when in reality teams had a lot more packages that...

@lili2311 the new feature failed for me, unfortunately. Running on a complex project from a different team in the company I received the following error: `Dependency @private-repo/private-package` was not found...

@lili2311 Gave it another try. `snyk test --strict-out-of-sync=false --yarn-workspaces --detection-depth=4` worked. I was able to successfully scan the complex project, but I did note that the default CLI output was...

I realized this only occurs while using Powershell. Switching to Command Prompt solved the problem. Try double-quoting the argument (two double quotes inside of two single quotes), like this: `npm...

Confirmed the issue here as well. It's a bug in /lib/nconf/stores/memory.js(200). If the value being merged is an object and a key of the same name doesn't exist in the...

I've been working on this on a private fork and already have the data in place. It will take some time to make this robust, but if the Netflix team...

@tiwarishubham635 The current version of Axios only supports Node.js 12.x and above: https://github.com/axios/axios/blob/9588fcdec8aca45c3ba2f7968988a5d03f23168c/.github/workflows/ci.yml#L15 Node.js 6 is no longer in Long Term Support and has security vulnerabilities. My recommendation would be...

Apologies in advance for hopping onto this issue from a few months back. I've noticed a few issues created over the years regarding security alerts in the modularized `lodash.` packages...