ash

Results 190 issues of ash

`cp` and `ls` have the issue of not being able to distinguish between an IPFS path and an MFS path. If we prevent any writes (including cp, mv etc.) to...

Please read https://github.com/ipfs/specs/issues/98#issuecomment-236615179

Add should accept a URL or a file path as it's input argument. Please read https://github.com/ipfs/interface-ipfs-core/pull/378

The current rationale wants [`ls` size to be the TOTAL size of the node and it's children including any protobuf wrappers](https://github.com/alanshaw/ipfsx/blob/master/RATIONALE.md#todo-consistent-sizes). There is existing a `cumulativeSize` field and I think...

The following methods need to become abortable: * [ ] `block.get` * [ ] `block.stat` * [ ] `cp` * [ ] `ls` * [ ] `mv` * [ ]...

Currently this task uses `--wait` to: > Wait for all nodes to report a status of pinned before returning Github actions time out after 6 hours but most of the...

enhancement

Some notes hanging around on my desktop: ## Benefits * Tiny bundle size * Import just the part you want to use: * `const add = require('ipfs-http-client-lite/src/add')(); await add(...)` *...

Adds an option to the simple strategy to allow roots in the header of all split CARs to have the same value as the original CAR instead of the "empty"...

e.g. ```js import * as Server from '@ucanto/server' class StoreItemNotFound extends Server.Failure { get name () { return 'StoreItemNotFound' } } ``` In a handler, returning `new StoreItemNotFound()` will cause...

This seems to work good for me. You might want to thread this deeper, but let me know if you want to merge as is and I'll write a test...