Hector Sanjuan

Results 105 issues of Hector Sanjuan

Let's say you just need to plug ephemeral_response in your current test set and you can assume monkey patching and a usage global variable, have a look to, https://gist.github.com/hsanjuan/5966414 As...

Allow potentially disabling or reducing the backoff times. Related: libp2p/go-libp2p-swarm#60 libp2p/go-libp2p-swarm#63

When packaging this as rpm, rpmlint report states: ``` [ 53s] libjsonrpcc0.x86_64: W: shared-lib-calls-exit /usr/lib64/libjsonrpcc.so.0.0.0 exit@GLIBC_2.2.5 [ 53s] This library package calls exit() or _exit(), probably in a non-fork() [...

Our call to "ipfs pin ls" streams pins which we collect in a map. If the request "dies" half-way (because IPFS dies), we end up with a map that does...

kind/bug
exp/intermediate
status/ready
P1

Use this: https://github.com/ipfs/go-ipfs-config/pull/11/files **Describe the feature you are proposing** TODO **Additional context** TODO

kind/enhancement
status/blocked

I had these changes laying around on a different branch (along some other code not included here). They are the ones that surfaced the problems with the batching DAGService. Since...

status/in-progress

Adding some thoughts about how composite clusters can be organized and what to do with that. License: MIT Signed-off-by: Hector Sanjuan

status/in-progress

The crdt module Clean() method tries to clean the badger datastore politely, respecting the namespace with crdt data. This becomes very slow. The `ipfs-cluster-service state cleanup` command is meant to...

status/ready
P1
exp/beginner
effort/hours

It would be useful for cluster users and scalability to be able to open batches/transactions, add a number of pins (or remove), and then close the batch (at which point...

kind/enhancement
need/review