Andrey Kislyuk

Results 275 comments of Andrey Kislyuk

You are still passing a CSR as the `cert` keyword argument, not a certificate. A CSR is not a certificate. The signer ends up ignoring it. Regarding your other question,...

It looks like you're altering the signed data after signing after inserting the signature into the data. You're also trying to splice XML documents together via string concatenation. Neither of...

If you're looking for a node package, I made a port in https://github.com/kislyuk/node-complexify

Thanks for looking into it! My philosophy is actually to only support 2.7 and 3.3+. I'll play around with a possible set of wrappers today, but the challenges you found...

Hi @eclarke, thanks for contributing this package. I'm seconding @OnlyHigh's question - I appreciate the advantages that komplexity provides, including native handling of fastq files, but we all routinely deal...

Sorry, I don't think we will be able to merge this PR.

@evanunderscore the primary reason this PR was rejected was because it tried to do too many things at the same time, causing me to lose confidence in my ability to...

@segevfiner as described in the documentation (https://github.com/kislyuk/argcomplete?tab=readme-ov-file#support-for-other-shells), windows is not directly supported by argcomplete. Only WSL is supported.

A change to project policy would be needed, and that is outside the scope of this PR. OK, please split into separate PRs including at least 3 stages as I...

Thanks for your proposed solution! I am definitely interested in setting timeouts and implementing it as you describe.