get-ipfs icon indicating copy to clipboard operation
get-ipfs copied to clipboard

Utility to get a contextual js-ipfs instance, with graceful web fallbacks

Results 6 get-ipfs issues
Sort by recently updated
recently updated
newest added

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

We currently don't have the ability to pass an initial config to js-ipfs, and this also overrides the default config. This was necessary because of a bug in js-ipfs `0.41`,...

🐛 bug

## Problem We're currently using https://github.com/beenotung/typestub-ipfs for IPFS types. There are _a lot_ of `any`s, and some of the types don't accurately map to the `js-ipfs` object ## Solution Heavily...

💗 enhancement

## Problem After upgrading to `[email protected]`, @icidasset and I both got `AggregateError`s when attempting to connect to the Fission node over `wss`. This error could be overcome by multiple attempts...

🐛 bug

## Problem There are some dev dependencies/scripts/etc left over from the boilerplate that I used to setup the library that we aren't using (ie `semantic-release`, `husky`, `commitizen`) ## Solution Cleanup...

👩‍💻👨‍💻 DX

# Summary ## Problem Different daemons can only connect to certain addresses. Local daemons need tcp or ws, in-browser daemons need wss or webRTC (when over https). ### Impact When...

💗 enhancement
👩‍💻👨‍💻 DX