Christopher Joel

Results 155 issues of Christopher Joel

In time Noosphere will gain support for arbitrary content types. One way we imagine achieving this is through support of arbitrary content-defined decoders for the body layout of a Memo....

Enhancement

Regarding the section on revocation: https://github.com/ucan-wg/spec#66-revocation A structure is prescribed to record a revocation: ```js { "iss": did, "revoke": ucanCid, "challenge": sign(did.privateKey, `REVOKE:${ucanCid}`) } ``` The types of the fields...

bug

This is a follow-up issue related to discussion in https://github.com/hypercore-protocol/hypercore-protocol/issues/53 and in the downstream Dat SDK project https://github.com/datproject/sdk/issues/55 **TL;DR Please consider distributing this module (and others in the Hypercore ecosystem)...

It would be nice to be able to link directly to a CID from Subtext. There are a few reasons why one might want to do this, but perhaps the...

_As a Polymer app author, when I use `carbon-route` _and_ a routing `ServiceWorker`, I want the `ServiceWorker` to be aware of my app's routes, so that I only have to...

api-feedback

This issue is here to facilitate discussion on an API naming topic. The proposal is that `carbon-route` and the `route` property of same embody distinct concepts respectively, and so either...

api-feedback
p1 - backlog

_As a custom element author, when I extend `carbon-route` and friends, I want to assume that `queryParams` will gracefully handle array properties, so that I do not need to implement...

enhancement
p1 - backlog

_As a Polymer element author, when I implement a `carbon-storage`-based element, I want a test suite to validate my implementation, so that I know it is consistent with other working...

enhancement

When handling documentation for the following JavaScript accessor (adapted from polymerelements/iron-ajax): ``` javscript /** * Succeeded is true if... * * @return {boolean} */ get succeeded() { // ... return...

enhancement
p1 - backlog