Alex Potsides
Alex Potsides
Updates to the latest ipfs release. Some extra build config was needed because it uses optional chaining. This is supported out of the box by the version of acorn used...
Is the `raw` codec documented anywhere? I want to link to it from a spec document but there doesn't seem to be anything in the `block-layer/codecs` directory. I guess it...
Instead of creating a new stream objects instead just overwrite the duplex fields with ones from the mss stream.
An implementation of Autonat compatible with https://github.com/libp2p/go-libp2p-autonat is required. See also: https://docs.libp2p.io/concepts/nat/
Implements the [autonat](https://github.com/libp2p/specs/blob/master/autonat/README.md) spec to give us confidence in our external addresses and to open the door to things like switching DHT server mode on automatically, hole punching, v2 circuit...
We're trying to improve our release process for [`js-IPFS`](https://github.com/ipfs/js-ipfs) and part of that is introducing an early testers programme. Full details are on the doc at [`ipfs/js-ipfs/doc/EARLY_TESTERS.md`](https://github.com/ipfs/js-ipfs/tree/master/doc/EARLY_TESTERS.md) - if you'd...
We're trying to improve our release process for [`js-IPFS`](https://github.com/ipfs/js-ipfs) and part of that is introducing an early testers programme. Full details are on the doc at [`ipfs/js-ipfs/doc/EARLY_TESTERS.md`](https://github.com/ipfs/js-ipfs/tree/master/doc/EARLY_TESTERS.md) - if you'd...
[This line of code](https://github.com/platformio/platformio-atom-ide/blob/1a33fb88f089418961d6600ef89a6802952a98ac/lib/maintenance.js#L49) appears to set `tree-vew.hideIgnoredNames` to the inverse of `platformio-ide.advanced.showPlatformIOFiles`. I use Atom for more than just PlatformIO and this line seems to make the `node_modules` folder...
Running Parallels on Apple M1 chips gives you an Arm version of Windows 11 by default which can't run 64 bit code so a 32 bit version is necessary. Adds...
This PR has come together following [our conversation on Twitter](https://twitter.com/maybekatz/status/1113118833483579392). It adds support for resolving tarballs with [CIDs](https://docs.ipfs.io/guides/concepts/cid/) or packuments with [IPNS names](https://docs.ipfs.io/guides/concepts/ipns/). So a users' `package.json` would be able...