Results 45 issues of Yusef Napora

This issue is to scope out and discuss how we can create a "unified" collection of API reference docs for the various JS packages we maintain, especially those intended for...

kind/enhancement
need/triage
stack/docs

I was idly checking out [docs for webauthn](https://webauthn.guide/) (as one does), and found this really cool presentation of annotated code snippets: ![2022-10-27 13 21 17](https://user-images.githubusercontent.com/678715/198357870-926b4fa3-30e7-42b8-b479-fcc0eacd8f9e.gif) It would be cool to...

kind/enhancement
P3
need/triage
stack/docs

## Description It would be cool to have a helper function to simplify the common case of starting up a libp2p or ipfs node, publishing your peer's `AddrInfo` to the...

P3
kind/feature

This is a meta issue to keep track of the completion of our concept articles. Write & publish: - [X] Transport - [X] #14 NAT traversal - [x] #11 Addressing...

P1
type:enhancement
type:new page
area:general

I think we could stand to clarify what we mean specifically by "connection", and it would help to have an overview of the connection upgrading process. The upgrading section should...

P1
type:new page
area:general

We should have a concept doc about protocol negotiation that describes the high-level need, with details about how [multistream](https://github.com/multiformats/multistream-select) is used throughout the libp2p stack. We should emphasize that multistream...

P2
type:new page
area:general

Should cover the basics of the content routing interface and how it's used by other parts of libp2p (e.g. rendezvous for AutoRelay). Should mention that the primary implementation is via...

P1
type:new page
area:routing

I mentioned the switch / swarm in the transport doc, but a more in-depth look at the public API surface and its responsibilities would help clarify things for users. Could...

P1
type:enhancement
area:multiplexing

So, last week I was really bothered about https://github.com/libp2p/go-libp2p-kad-dht/issues/283, but after I got over my stomach bug and got my optimism back, I realized that this is a great opportunity...

As I'm about to manually publish a new version, it's a good reminder that we should be automating this :) Let's set up [release-please](https://github.com/google-github-actions/release-please-action) and set up credentials to publish...

kind/enhancement