Keith Smith

Results 29 comments of Keith Smith

@kpouget It appears that kubectl does not recognize CIDR ranges in the no_proxy environment variable; therefore, it is trying to send the request through the proxy. Perhaps adding a test...

This is fixed in https://github.com/hyperledger/aries-protocol-test-suite/pull/43 You could go ahead and give it a try before it is merged if you want

Hmm ... the fix is in ledger/dockerfile but it looks like you pasted apts/dockerfile above, so I'm a bit confused.

I can tag a new version once you've verified that it works for you

@atonks2 Correct, that is the general goal. Sure, a single endpoint is fine and using the HTTP headers to infer the conversion source and destination formats makes sense, but I...

@atonks2 Daniel, is there any progress on this? We are trying out this library for the first time and looks really good, but we are currently having to comment out...

@atonks2 Daniel, here are the checks I've had to comment out for now. In imageViewDetail.go: ``` if ivDetail.DigitalSignatureMethod != "" { if err := ivDetail.isDigitalSignatureMethod(ivDetail.DigitalSignatureMethod); err != nil { return...

@atonks2 Daniel, could you provide an estimate of when this might be fixed? Thanks

@atonks2 Daniel, in order to not introduce any breaking changes, I'm curious if you've considered (and if it would work) to add "HasXXX" bool fields for each of these problematic...