Lucas Molas

Results 112 comments of Lucas Molas

@overbool you up for some real challenge? :grin: I may throw some tasks at you to help me understand what's going on there.

/cc @overbool (in case you're interested in continuing the work from https://github.com/ipfs/go-unixfs/pull/30, but feel free to ignore it otherwise)

Correct, thanks. Right now the idea is for this command to be used when the MFS filesystem is corrupted and the daemon fails to start (either hangs or refuses) and...

@BigLep As noted in the OP: awaiting review.

@BigLep Ok, I see the confusion. The 'Ready for review' button is very misleading. It should actually be 'Ready for _merge_'. The draft state is a way to signal a...

From #6935: Currently, if we can't find the MFS root block, we hang on start trying to find it (possibly before the network is ready?). We shouldn't block startup on...

We're adding the "replace MFS root" as an IPFS command in https://github.com/ipfs/go-ipfs/pull/8648. Any feedback welcome.

I tested this locally with the new command in https://github.com/ipfs/go-ipfs/pull/8648. That seems like the most organic way to add a sharness test for this so will mark it as blocked...

Hey @FortisFortuna, yes, this is a common issue with the default `flatfs` datastore (which basically stores each 256K-chunk of each file being added in a different file in the repository...