Results 101 comments of Brian Ginsburg

> I should also point out that if the `loadFileSystem` function worked as it should (ie. with the above fix), it would create a new file system in this situation....

> Sorry should've been more clear. I meant reusing the retry mechanism of that function, we can easily swap out the DID lookup with the data root lookup. Yep, I...

Thanks @tennox! I opened a new issue to cover the landing page and other parts of the site: https://github.com/ucan-wg/ucan-community-web/issues/75 Also worth noting, `1.0.0-rc.1` is on the way (see https://github.com/ucan-wg/spec/blob/high-level/README.md), so...

Capturing some discussion from chat earlier today. > Can we perhaps frame the issue in terms of the desired debugging modality? The use case I have in mind is the...

One use case for a JS-packaged version is for the validator in the UCAN Community website: https://ucan.xyz/validator/ The validator does the following: - Decodes from a token - Checks that...

Related to https://github.com/fission-codes/webnative/issues/460 where we could potentially use a feature like this.

This is looking great! 💯 Bringing an idea that it still under discussion. We could return the event emitter from `program.filesystem.recover` instead of returning a boolean from that function. The...

One possibility would be to put the delegate chain on the left and proofs to the far right. Each delegate can be selected or not. When a delegate is selected,...

Recording some notes on the `wasm-pack` and `wasm-bindgen` tooling available today. Our goal in selecting a packaging approach is maximum support across targets with the best possible developer ergonomics. As...