Alex Potsides

Results 223 issues of Alex Potsides

This type is duplicated in `@libp2p/interface` and `@libp2p/interface-internal` so use the one from the interface module. It will be removed from an upcoming `@libp2p/interface-internal` release so this is a forwards...

When debugging issues with code imported from `.aegir.js` files, it's almost impossible to know where the error is coming from without seeing the whole stack trace so print the whole...

`Uint8Array` is really `Uint8Array` and `ArrayBufferLike` can be `ArrayBuffer`, `SharedArrayBuffer`, and others. In recent TypeScript versions this breaks on APIs that only accept `ArrayBuffer`s since `ArrayBufferLike` could be a `SharedArrayBuffer`....