Results 101 issues of Charles E. Lehner

Set the Content-Type header of the DID Resolution Result HTTP response to use the media type with [profile](https://www.w3.org/TR/json-ld11/#application-ld-json) parameter specified for a DID Resolution Result in [DID Resolution](https://w3c-ccg.github.io/did-resolution/#did-resolution-result): `application/ld+json;profile="https://w3id.org/did-resolution"`. Setting...

When I load pages I get a 500 Internal Server Error. I added some logging and see stack traces like the following: ``` Exception on /balance [GET] Traceback (most recent...

The DNS page says that `.mesh.nycmesh.net` is a public equivalent of the `.mesh` internal TLD, and is supposed to be "available on the entire internet": https://github.com/nycmeshnet/docs/blob/6ed7b1cea987f333d2c919e611c4255408bac978/content/networking/dns.md#top-level-domains I see that the...

The DNS page lists a public IP address for a DNS server: https://github.com/nycmeshnet/docs/blob/6ed7b1cea987f333d2c919e611c4255408bac978/content/networking/dns.md#top-level-domains > 199.167.59.10 - Public DNS Resolver for anyone in the world. No Logs, No filtering. I see...

Update the test suite to correspond with changes in https://github.com/w3c/vc-data-model/pull/818 to normatives statements about ZKPs. - Remove requirement for credentialSchema - Remove requirement for verifiable presentation proof - Add skipped...

Change test title to use URI instead of URL. The old test is added to the list of deprecated tests so that it no longer appears in the results. Corresponds...

The link was empty / to the current page. This fixes it to point to the published specification. Thanks to the reviewer who pointed this out.

Any concurrent PRs updating implementation reports cause a merge conflict in `implementations/index.html`. Could we use an Actions workflow to build the `index.html` from the main branch and commit it to...

This test suite uses [did-auth-jose](https://github.com/decentralized-identity/did-auth-jose), which is no longer maintained. Its readme recommends against using it: https://github.com/decentralized-identity/did-auth-jose/commit/2e39867bccfedb50d0d5e7cd00f545d44d316ac8

The ES256K private key in [config.json.jwt.example](https://github.com/w3c/vc-test-suite/blob/be4fa54e8dec39b3e8a49e6f6e36fc2659bde3ae/config.json.jwt.example) uses curve "P-256K", which is not in [RFC 7518](https://tools.ietf.org/html/rfc7518) or the [JSON Web Key Elliptic Curve registry](https://www.iana.org/assignments/jose/jose.xhtml#web-key-elliptic-curve). [COSE and JOSE Registrations for WebAuthn Algorithms...