James D Bloom
James D Bloom
How do you know that the code being test isn't sometimes not sending the second request? Also I don't understand the description: > The expectations are not met. The request...
This issue is still outstanding for nearly a year, having just paid for a license for a plugin that is totally faulty this seems pretty ridiculous. How long does it...
Can you please provide the actual OpenAPI specification that is causing the problem so that I can reproduce this issue.
This has now been reproduced and fixed
I'm not sure that is technically possible. As far as I'm aware this is a known limitation of helm charts. Do you have any suggestions as to how this could...
I'll review the latest helm support and check what is already implement and add an integration test to cover this use case
It looks like your using a mix of shaded and not shaded dependencies which is likely the issue. Can you only use shaded or non shaded dependencies. Also you don't...
Once you can confirm this is the issue I can make it clearer in the documentation to only use one or the other type of dependence. The shading process re-writes...
@pascal-hofmann I'll try running this code on my local machine and see if I can see where the issue is as nothing looks wrong in code I can see
I've found the fix for the PR it was the parsing of PEMs into private keys it didn't work in every case. I've manually merged your commits and added a...