Josef Zoller

Results 12 issues of Josef Zoller

### Description libp2p should support `Multiaddr`s with the `ip6zone` protocol. For example, a `Multiaddr` like this should be supported: ``` /ip6/fe80::9700:803e:ca65:66e8:c21/ip6zone/wlan0/udp/12345/quic-v1 ``` ### Motivation This would enable usage of libp2p...

I have two Deno packages in the same repo (let's call them `foo` and `bar`). In `foo`, I have a typescript file that is generated from a protobuf file using...