Lucas Molas

Results 39 issues of Lucas Molas

It has been renamed and some checks have been added. We are working on one last PR concerning it, after that I will update the section here, will happen by...

Spawned from https://github.com/ipfs/go-ipfs/issues/8974. **tl;dr** The CID is not the hash of your file, do not rely on it. The normal learning path can leave you with a wrong impression of...

P2
dif/medium
effort/hours

Companion to https://github.com/ipfs/go-ipfs/pull/8082. *Not meant to be merged, only for review.*

I've noticed the [Internal Documentation](https://github.com/derekparker/delve/tree/master/Documentation/internal) remains empty. I'd like to contribute to it, as I see it as a great opportunity to know more about Delve and also Go internals....

help wanted

Closes https://github.com/ipfs/kubo/issues/9198.

``` Error: context canceled panic: send on closed channel goroutine 72 [running]: gx/ipfs/Qmc1ExJkrEUesbvRNHq6g3bJ2km7K4XffcC2bvwdpfGYDx/go-ds-flatfs.(*Datastore).checkpointDiskUsage(0xc420514230) ~/go/src/gx/ipfs/Qmc1ExJkrEUesbvRNHq6g3bJ2km7K4XffcC2bvwdpfGYDx/go-ds-flatfs/flatfs.go:820 +0x39 gx/ipfs/Qmc1ExJkrEUesbvRNHq6g3bJ2km7K4XffcC2bvwdpfGYDx/go-ds-flatfs.(*Datastore).updateDiskUsage(0xc420514230, 0xc420ddecc0, 0x1a, 0x1) ~/go/src/gx/ipfs/Qmc1ExJkrEUesbvRNHq6g3bJ2km7K4XffcC2bvwdpfGYDx/go-ds-flatfs/flatfs.go:814 +0x65 gx/ipfs/Qmc1ExJkrEUesbvRNHq6g3bJ2km7K4XffcC2bvwdpfGYDx/go-ds-flatfs.(*Datastore).makeDirNoSync(0xc420514230, 0xc420ddecc0, 0x1a, 0xc420ddecc0, 0x1a) ~/go/src/gx/ipfs/Qmc1ExJkrEUesbvRNHq6g3bJ2km7K4XffcC2bvwdpfGYDx/go-ds-flatfs/flatfs.go:321 +0xc8 gx/ipfs/Qmc1ExJkrEUesbvRNHq6g3bJ2km7K4XffcC2bvwdpfGYDx/go-ds-flatfs.(*Datastore).putMany(0xc420514230, 0xc4206fb290,...

Regarding a future transition to Badger, its garbage collection process [bails out](https://github.com/dgraph-io/badger/blob/8b89769ed71e56cf7f80abdcfd3576efc97bd412/value.go#L891-L892) in the case there is only one value log file, and by default the size of a value...

Add an option to save command output to a file instead of the `stdout` argument (which was always set to stdout by `go-ipfs` consumer). We have removed the option and...

For https://github.com/ipfs/go-ipfs/issues/8059#issuecomment-1122437673.

https://github.com/ipfs/go-ipfs-cmds/blob/87b5c50105f87fafa651000c4955571b132948b2/command.go#L94-L98 At the moment these configurations apply on a per-command basis. For some specific cases of `go-ipfs` commands it might be valuable to configure them on a per-run basis depending...

need/triage