Giacomo Gregoletto
Giacomo Gregoletto
I've missed some exports, and sadly I've found more than one problem with some reserved keywords: ```typescript export declare const null: S['null'] export declare const enum: S['enum'] export declare const...
Also related to #2.
Why: the density of `node_modules` dir is almost equal to a black hole nowdays.
The fact that #5021 is still open doesn't make me feel any better 🙃
I'm still figuring out how to implement at least one basic test.
Added a test for the new cached value. If anyone can confirm that the solution is what we’re expecting, I’d be more than happy to ask for some sample code...
> Oh, I forgot to mention - there are a few other cases where S2 bootstrapping happens and can fail. Make sure to handle them all. Yeah, you're right, thanks!
I played a bit with `integrationTest` and `defineBehavior`: I accept your kind offer to manually test the S2 bootstrap failure :) Let me know if I missed something.
Environment: - MacBook Pro M2 Pro, macOS 15.17.1 (Sequoia) - Nitrokey 3C NFC, FW v1.8.3 Using the `brew`'s package: ``` â•greguz@prunix ~/Development/nitro/ctap-hid-fido2 ╰─$ ctapcli info Get the Authenticator infomation. Get...
`cred` command is still having the same problem with the `master` build tho. ``` â•greguz@prunix ~/Development/nitro/ctap-hid-fido2 ╰─$ ./target/debug/examples/ctapcli cred parse_cbor_member - unknown info Array([Text("packed"), Text("none")]) PIN: Enumerate discoverable credentials. -...