Simon Schulz

Results 5 issues of Simon Schulz

Please see the example 5) from this playground: https://go.dev/play/p/M-VZFkXte9T With FLAG_IGNORE_SLICE_ORDER set, it causes a panic. It happens at: ``` func (c *cmp) equals(a, b reflect.Value, level int) { ......

# Bug When creating a SVG from xml via: ``` let xml = ` hello world world world world `; let svg = ; ``` The tspan attribute inline-size is...

I was wondering how to interpret the definition of [Credential Issuer Metadata](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-credential-issuer-metadata-6): Specifically the sentence > ...the **most deeply nested** value MAY be an object that includes the following parameters...

duplicate
pending close

The "non-normative example of Credential Issuer metadata" in [Credential Issuer Metadata Parameters](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-credential-issuer-metadata-p) should state that it shows a [W3C Verifiable Credentials](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-w3c-verifiable-credentials). Or should this be updated to use the newer...

The wallet accepts the issuance of broken/invalid mdoc credentials. Example for a credential with bad digest hashes: [cred_mdoc.txt](https://github.com/user-attachments/files/19429500/cred_mdoc.txt) The digests: And the bad digest hashes which do not correspondent to...