Lucas Molas

Results 112 comments of Lucas Molas

Tried to add an analog for export (`ipfs dag export --output-codec`) but couldn't follow all the ipld prime selection logic. Can try a bit more if this is valuable.

@aschmahmann This would be the gist of the error we need to test, rigth? ``` HASH=$(echo 'Hello' | ipfs add -Q) ipfs dag get $HASH > dag.out NEW_HASH=$(ipfs dag put...

Who's maintaining https://github.com/ipfs/iptb? cc @BigLep

> The ideal quick thing to do is to see if this is a new regression or long standing. We could use an older version and run Lidel's loop command...

This one-liner hack was the easiest I've found to get the logs of IPTB nodes. After the failed sharness test the logs are in ``` NID=0 cat "./trash directory.t0182-circuit-relay.sh/.iptb/testbeds/default/$NID/daemon.stderr" ```...

The list of BARF's [supported architectures](https://github.com/programa-stic/barf-project/blob/master/barf/arch/arch.py#L25) is static and can't be modified by the `load_architecture` method. When BARF opens a binary ELF file, the [`_get_arch_elf`](https://github.com/programa-stic/barf-project/blob/master/barf/core/bi.py#L302) function is called to figure...

As mentioned in the DIscord thread I'll go over the routing table from that command. If I should do it differently please state it explicitly in this thread.