Adin Schmahmann
Adin Schmahmann
This bug here seems to be obnoxious logging rather than some other underlying issue. It's going to be reverted in the next go-libp2p release (and will get propagated into the...
@cattle2002 it looks like your path may not be configured correctly. What is your `IPFS_PATH` environment variable `https://github.com/ipfs/kubo/blob/master/docs/environment-variables.md#ipfs_path`? Also, if you could post your config (remember to take out the...
How are you running kubo? Are you running `ipfs daemon` as root (shouldn't be needed), the folder permissions changing looks suspicious.
What would this feature do, there are 2 places people put names: - In the DAG (MFS, or with `ipfs add --wrap-with-directory`) - In the local pin database Is this...
What's your concern/does it matter? We could convert it to `[]byte` although I'm not sure if that would really make things easier for anyone and would change the public API.
Mostly agree with @hsanjuan, but poking into this more it looks like there are a few things going on here (although lmk if I'm wrong). - `::/8` was reserved by...
There's a large set of interlinked PRs here. Trying to understand which are the independent sets of changes here and why we want/need them. As I understand we have: 1....
If I've got this right it seems like the next steps should be: 1. I'll take the lead on https://github.com/ipfs/boxo/issues/567 2. @Jorropo should refactor https://github.com/ipfs/boxo/pull/534 to not depend on other...
triage: - this looks like a regression due to https://github.com/ipfs/kubo/pull/9755 - the intended original behavior was to not reach out to the network during `ipfs dag import` - https://github.com/ipfs/kubo/blob/40d459b6938bf5a9439359053098129f99766e72/core/commands/dag/import.go#L34-L37 -...
👍 Taking advantage of copy-on-write support to create a better Filestore makes sense to me (this was also suggested in https://github.com/ipfs/go-ipfs/issues/7557). I tend to think that support for reflinks should...