Justin Wood (Callek)
Justin Wood (Callek)
Also locally $ python3 --version Python 3.5.2
@mitchell-as locally using `async def ...` and `await foo()` in local files seems to get python3 (new codeintel not legacy) to work fine in getting symbols, minimally reducing to `async...
I was testing with the files from https://drive.google.com/drive/folders/1yqKitxgD2OydARrpemByut2Jkdp9xPUx?usp=sharing (I just removed "anyone at mozilla" sharing setting and left the "specific people")
> @Callek you're using the SHA256 PKCS7 digest and COSE ES256 right? Are there any other options you're passing? Correct, only those: ``` sign_req["options"]["cose_algorithms"] = ["ES256"] sign_req["options"]["pkcs7_digest"] = "SHA256" ```...
@henryiii - What do you think?
If I'm reading this right you are considering the async support replacing the sync support, for a 2.0 after the 1.7 stuff is done?
Skimming the code so far, it looks like some of the issues with implementing this is going to be almost a rewrite. For example, we should ideally allow `await Foo()...`...
@henryiii So my basic proposal would be for async support to have __init__ without side affects as part of the design. This would be a breaking change even for sync...
@henryiii so I think before getting too deep on the new async support, it would benefit me to have some guidance on what API designs you consider essential/must have. Where...
> I'm really hungry for this feature. Any ETA or roadmap or whatever? 🙏🏼 🥺 I'm no longer a plumbum user as I've changed orgs with very different requirements, so...