Jordan Last

Results 222 comments of Jordan Last

Ah, okay this is what I was getting it. You have confirmed my suspicions on the inability of WebAuthN to provide encryption derived solely from the private key material of...

Could you provide a deterministic challenge to the secure hardware through WebAuthN, and always get back a deterministic (but still random) signature from the hardware?

Hmm...could this not work, assuming I'm thinking about it correctly? You send some deterministic challenge to the device, such as the hash of the public key of the user. Assuming...

Okay, just to make sure I understand, you're saying that with WebAuthN the signature returned with the challenge is non-deterministic?

So I've got some data on binary sizes to share. I've tested out just a couple examples. What's shown below is the before and after binary size when adding `vm.add_frozen(rustpython_pylib::frozen_stdlib());`...

Any update on this? It's difficult for us to update to the latest RustPython because we have to track down all of the wasm-bindgen dependencies and manually turn them off.

Our goal is to be able to use generics with TypedDicts, like this: ```python class Result(TypedDict, Generic[T, K], total=False): Ok: T Err: K ```

I'm excited for the upgrade, our project needs this issue to be resolved which has been resolved in Python 3.11: https://github.com/python/cpython/issues/89026

Sorry I wasn't asking to be assigned, just saying I'm excited and that this is important to our project.