Michael van Tellingen

Results 108 comments of Michael van Tellingen

Isn't http://docs.python-zeep.org/en/master/plugins.html#historyplugin what you are looking for?

Yeah the data validation is still not really implemented properly. I've started adding some validation based on if something is required or not but thats it. It's something I want...

There are no xsd validation libraries for python. Originally I intended to rely on lxml for validation but that doesn’t support xsd schema linking at the wsdl level. Validation shouldn’t...

Can you add a unittest?

Thanks for this! My first though was that this makes a number of methods considerably more complex and hard to follow. So perhaps we need to do some more abstraction...

Yeah would be pretty great. Can you submit a PR for this? I'll happily check it :-)

Could you rebase this on master and check the code formatting (i see some issues that `black` should be able to autofix)

Perhaps interesting: https://github.com/editorconfig/editorconfig-core-go/tree/master

The same issues happens with the ecr-helper from aws (https://github.com/awslabs/amazon-ecr-credential-helper). A separate initial pull solves the issue, but when the image isn't available a `does not exist or no pull...

Hi @valtechtmn, I think this could be mocked somewhat by using an existing search library like Fuse.js which will then search through the keywords. Should be doable :-) For us...