Alex Potsides

Results 223 issues of Alex Potsides

The `create` function is too generic, it often clashes with other functions so export a copy with a more obvious name.

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...

I'd like to compose a decoder, something like: ```ts import * as b32 from 'multiformats/bases/base32' import * as b36 from 'multiformats/bases/base36' import * as b58 from 'multiformats/bases/base58' import * as...

This module has a number of ways of converting things into `CID` instances - `CID.parse` for strings, `CID.decode` for Uint8Arrays, `CID.asCID` for things CID-shaped. `.parse` and `.decode` will throw, `.asCID`...

## Description There's an rc available for a new release of `ipfs-http-client` which has much improved typescript support. The purpose of this PR is to get an early view on...

Following on from https://github.com/ipfs/js-ipfs/issues/2622 You can have the situation where a user tries to build a UnixFS directory with duplicate paths: ```javascript await ipfs.add([{ path: 'folder/file', content: Buffer.from('hello world') },...

I noticed GH actions is failing because it's building on node 14 and 16. These are pretty out of date so update to use LTS (20) and Current (21). -...

If I have a path with a hidden file, `input/.hidden.txt` and a pattern that ignores some other file on the path, `input/**/!(file.txt)`, micromatch matches the hidden file, even though the...

The README for this module is missing docs on how to override the target version/dist url via env vars and/or package.json config.

help wanted
status/ready
good first issue
topic/docs

Might make it easier to filter releases by language?

need/triage