js-ipfs-utils icon indicating copy to clipboard operation
js-ipfs-utils copied to clipboard

IPFS utils

Results 23 js-ipfs-utils issues
Sort by recently updated
recently updated
newest added

This PR converts the source code to ESM, potentially fixing #171, https://github.com/esm-dev/esm.sh/issues/553 and https://github.com/esm-dev/esm.sh/issues/219 todo: - [x] passing node tests - [ ] passing chrome tests - [ ] passing...

Hello team, I'm receiving an error whenever I try to import `ipfs-http-client`. I realize this is `js-ipfs-utils` repo but the error is orignating from this repo's code. My code ```javascript...

need/triage

Bumps [ipfs-unixfs](https://github.com/ipfs/js-ipfs-unixfs) from 6.0.9 to 11.0.0. Release notes Sourced from ipfs-unixfs's releases. ipfs-unixfs-importer-v11.0.0 ipfs-unixfs-importer-v11.0.0 (2022-10-19) ⚠ BREAKING CHANGES CIDs returned are instances from [email protected] and not [email protected] Dependencies update multiformats...

dependencies

This module exposes a HTTP class that lets you make HTTP requests. It accepts and returns interfaces from the browser fetch spec. Internally it juggles multiple fetch implementations between browsers,...

kind/maintenance
effort/days
status/blocked

Bumps [native-fetch](https://github.com/achingbrain/native-fetch) from 3.0.0 to 4.0.2. Release notes Sourced from native-fetch's releases. v4.0.2 No release notes provided. v4.0.1 No release notes provided. v4.0.0 Features swap node-fetch for undici (#4) (c744c71)...

dependencies

Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 3.1.1 to 4.0.3. Release notes Sourced from uint8arrays's releases. v4.0.3 4.0.3 (2023-01-06) Dependencies bump multiformats from 10.0.3 to 11.0.0 (#43) (1bfbcaa) v4.0.2 4.0.2 (2022-10-12) Bug Fixes update...

dependencies

https://github.com/ipfs/js-ipfs-utils/blob/5eecdcbd81f5448ba1d4c0d2ad2050d0ceb240a0/src/fetch.browser.js#L10 When using the browser compile of this, the system ultimately imports "native-fetch" but the API of native-fetch doesn't have fetch as the default export, but rather as { fetch...

You guys are using `electron-fetch` whenever the `is-electron` package detects if it is running in an electron process (particularly, the main process). However, `is-electron` seems to be returning true even...

need/triage

Hello, after recent clean install of project dependencies (after removal of package-lock) we stumbled upon a build failure: ``` node_modules/ipfs-utils/dist/src/files/glob-source.d.ts:10:14 - error TS2503: Cannot find namespace 'fs'. 10 content: fs.ReadStream...

need/triage

I have quite a bit time figuring out why some of the tests were failing (in https://github.com/ipfs/js-ipfs/pull/3081) on Firefox. Turns out [structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm) throws when `HTTError` is being posted...

kind/bug
help wanted
P3