ryandutton

Results 17 comments of ryandutton

That's correct, the payload which is sent to the NPM API is invalid resulting in an error being returned by the API. The `npm audit` cli command against the same...

I've been doing a bit of digging and one of the things I found was that the content-type needs to be set as application/json if running using curl, as suggested...

All my dependencies are semver (no paths) and I'm still getting the error above

Can confirm there are no NaN's in the payload I'm sending and all versions follow the semver pattern

> Further investigation revealed that the problem exists with plain `npm audit` This will first try to make a bulk request - but if you intercept that and make it...

Hey I'm getting the same error when trying to create a an API key with a service account

It might be a different issue but I was getting similar results where I would create an api key using the confluentcloud provider and then use that to authenticate the...

Not sure if possible in the confluentcloud provider but if you can create acl for cluster and topic creation and read then that will allow the Kafka provider to have...

I'm new to Haskell but if you could point me in the direction of what files I need to create and/or ammend that would be a great start!

> If I recall correctly, the GoCD dashboard also will still show the removed-but-previously-failed stage, until the pipeline re-triggered with the new config. Even after triggering a new pipeline run...