Victor Dods

Results 33 issues of Victor Dods

I see the `no_cc` feature, though the warning against using it is concerning. Is it known if this works reliably in wasm32-unknown-unknown?

Currently Connection::trace accepts `fn(&str)` as the callback, which precludes use of Rust closures without using globals to hackily simulate captured variables. Would it be possible to "upgrade" this to accept...

There's currently no specification for timestamps in VPs, meaning that presenters can't mitigate the risk of replay attack by limiting their presentation validity to a short window during which the...

discuss

The qt_* libraries work great! The only conspicuously missing thing is an obvious way (preferably demonstrated through a working example) of defining signals and slots that use custom Rust types...

The phone number "+1 800 723 3456" parses fine as expected. Then the formatted output is "+1 800-723-3456", but this fails to parse. Though "+1-800-723-3456" successfully parses. I'd suggest being...

LinkedDataProof specifies only a proof accepting `jws` as the signature https://github.com/w3c-ccg/vc-http-api/blob/main/docs/components/LinkedDataProof.yml : ``` LinkedDataProof: type: object description: A JSON-LD Linked Data proof. properties: type: type: string description: Linked Data Signature...

This version adds the const qualifier to some stuff (e.g. `fn one`). This has caused build issues in other crates, and it would be nice if it were fixed upstream...

Due to the breaking change mess with funty (see https://github.com/myrrlyn/funty/issues/3), I'm finding it a bit intractable to upgrade my dependency on did-key.rs to 0.1. Would you be open to having...

More test cases here: https://github.com/LedgerDomain/did-key.rs/blob/main/src/lib.rs In particular, the BLS key type test vectors don't resolve correctly. There's a difference between the did-key crate generated BLS keys, which start with `did:key:z5T`...

This is a rather wonky issue I encountered today in an interoperability effort. Under https://www.w3.org/TR/vc-data-model/#issuance-date the spec says issuanceDate A [credential](https://www.w3.org/TR/vc-data-model/#dfn-credential) MUST have an issuanceDate [property](https://www.w3.org/TR/vc-data-model/#dfn-property). The value of the...