Prasun

Results 5 comments of Prasun

I ran into similar error with Kaniko when trying to push images to ECR which uses this as underlying library. I am using EKS 1.21 ` E0112 11:20:49.585270 1 aws_credentials.go:77]...

Can you provide example of code snippet or something to understand it more ? When I used, multi-scan is working, but, I do see following issues: - there are certain...

@pulkitsinghal please see my fork [https://github.com/prasunsultania/requestify], I have pushed code to return buffered response, which can then be unzipped manually in the response handler eg:var zlib = require('zlib'); zlib.gunzip(res.bufferedResponse, function(err,...

@matthewnitschke-wk I have written a tool to validate the PR before merging it so, that any missing/extra dependencies are addressed. Below, screenshot will give an idea of what I have...

@matthewnitschke-wk I can parse the stdout, is the format going to be consistent in future updates ?