Tom Copeland
Tom Copeland
@bennyzr you're right, that's not currently supported. But seems doable - something like https://github.com/jondkinney/docusign_rest/pull/130 ?
Whoa that's a good catch @willbt. Definitely something we should square away.
I think https://github.com/jondkinney/docusign_rest/pull/102 will sort this out.
Actually, #102 as written won't fix this. The problem is that the usual docusign_rest client code is probably something like: d = DocusignRest::Client.new d.create_envelope_from_template(various_args) That is, I suspect clients are...
Marking with WIP per thoughts at https://github.com/jondkinney/docusign_rest/issues/95
@arielfox #85 merged, thanks! @rogsmith thanks for the link, I'll have to read that a few more times to grok it.
@JikkuJose thanks! Yeah, it's tough to do that because pippi analyzes code in the context of a test run or some equally thorough exercising of a codebase; since it's doing...
There is that command line gizmo, true. I guess I use it was mostly for testing things so I wasn't thinking of it as part of the features that someone...
@phantomwhale thanks for the report. I think there are still some bugs in the method decorating logic, and you're seeing those. Any chance you can supply more details to help...
Cool, thanks @phantomwhale, and I'll poke around from this end too.