Lucas Molas

Results 112 comments of Lucas Molas

@lgierth Could you document here more about the server environment in which you had the GC problem that we discussed in IRC please? I think it may be an interesting...

@lidel I'm fine bumping this all the way to `Suggested version: v0.9.0`, your call.

@lidel Added error output option (we can review the option names at the end; I'm leaving for now the conspicuous `--command-output/error` for visibility).

@keks Where would be a good point in the execution flow of a CLI command to test if the command was correctly registered in the request logger?

The `Context` object which contains the request log seems to be available at the [`Request`](https://github.com/ipfs/go-ipfs/blob/139d62409214f2b430edc2bc1af87845f565f6a2/commands/request.go#L106) level but I'm not sure if the `IpfsNode` has a direct access to it (for...

I'm having some trouble with the `gx` workflow (see https://github.com/whyrusleeping/gx/issues/174) so I'm labeling this as blocked until I gain a better understanding of it.

@keks Thanks for the clarification in the terminology. > When a requests is executed directly through the cli, tracking the requests doesn't make much sense because there is just that...

I have a first draft in https://github.com/ipfs/go-merkledag/compare/schomatis/walk/breadth-first?expand=1 but now I'm told the best option would be to drop the `Walk` API of this repo altogether and go with https://pkg.go.dev/github.com/ipld/go-ipld-prime/traversal#WalkMatching (see...

Maybe related: we already silently [upgrade](https://github.com/ipfs/go-cid/blob/b2064d74a8b098193b316689a715cdf4e4934805/builder.go#L48-L53) from v0 to v1 when using a non-protobuf codec: ```Go func (p V0Builder) WithCodec(c uint64) Builder { if c == DagProtobuf { return p...

@arajasek Not really, didn't have enough cycles at the time to page in all the required context. If this is still a valuable target for the stewards team I can...