Doug A

Results 42 issues of Doug A

Hi @joehand , not sure where to ask this question, so I'll leave it here. Was reading your [comment](https://news.ycombinator.com/item?id=15348638) on hackernews about: > The direct HTTP support is not fully...

I see the subject protocol used in the code (like here https://github.com/libp2p/universal-connectivity/issues/66), but didn't find an explanation in the docs (so far, perhaps I missed it). Would be great if...

Bump node-resolve to latest (Sorry, should have included this in https://github.com/rollup/rollup-starter-lib/pull/71)

Add named import { resolve }, based on https://www.npmjs.com/package/@rollup/plugin-node-resolve#usage (and many hours of frustration and confusion)

Are you aware of this work already done: [https://github.com/TangleID/TangleID/blob/develop/did-method-spec.md](https://github.com/TangleID/TangleID/blob/develop/did-method-spec.md)

Hi all, I've been looking for a way to generate a `Principal` from `ed25519` Public Key `bytes`. I can't find it in the code (and the readme is out of...

Cool library, just need some readme tweaks for those trying to follow along: Chg `blockcodec-to-ipld-format` to `ipld-format-to-blockcodec` to get it to work properly Chg `formats` to `codecs` as per [docs](https://github.com/ipfs/js-ipfs/blob/master/docs/MODULE.md#optionsipld)

On the page: [https://milagro.apache.org/docs/amcl-c-api-2.0.0/](https://milagro.apache.org/docs/amcl-c-api-2.0.0/) the "Next" button breaks when told to go to [https://milagro.apache.org/docs/cryptojs/amcl-javascript-api-1.0.0](https://milagro.apache.org/docs/cryptojs/amcl-javascript-api-1.0.0)

https://github.com/libp2p/universal-connectivity/blob/b136592f517efd8b3ba08965d60877600e3e9b5e/packages/frontend/src/lib/constants.ts#L5-L6 Did we want to upgrade these to `IPv6` as well?

Is this supposed to be `ipfs/id/1.0.0` (with **`/id/`** in the middle) as per [this page](https://docs.libp2p.io/concepts/fundamentals/protocols/#identify) https://github.com/libp2p/universal-connectivity/blob/4a309e5fa3dc96b7503aff6a3cc5b2ec94bdb899/rust-peer/src/main.rs#L298-L299