Hector Sanjuan

Results 105 issues of Hector Sanjuan

Our retry strategy when we cannot publish a metric is very naïve. Thus @lanzafame brought up that: ``` @lanzafame: @hsanjuan thoughts on adding jitter to both the time between broadcasts...

help wanted
exp/intermediate
status/ready
P3

I'm going to keep track here of a few things that cross my mind and that would be nice to have: * Sucesses should be implicit and it should be...

It would be good if ipfs companion would allow me to use gateways which are running behind nginx with basic auth on them. The idea is a username/pw fields next...

kind/enhancement
help wanted
good first issue
status/deferred

``` 2022-12-03T17:14:44.428Z INFO cluster ipfs-cluster/cluster.go:794 shutting down Cluster 2022-12-03T17:14:44.428Z INFO restapi common/api.go:501 stopping Cluster API 2022-12-03T17:14:44.428Z INFO pinsvcapi common/api.go:501 stopping Cluster API 2022-12-03T17:14:44.428Z INFO ipfsproxy ipfsproxy/ipfsproxy.go:297 stopping IPFS Proxy 2022-12-03T17:14:44.428Z...

kind/bug
help wanted
exp/intermediate
status/ready
P1

This repo has been forked on libp2p/go-peerstream. There seem to be no significant differences and the fork has been gx-released more recently. This repo should probably be removed or point...

I keep killing buffers with half-written issue reports by mistake. C-Shift-T in Firefox reopens the last closed tab (usually as it was). Would it make sense to keep killed buffers...

feature

There should be a way to stop the RPC server and de-register the stream handler.

It should be quite straightforward to do this.

Since `peer.ID`s defines themselves as `str`, defining a `map[peer.ID]` and marshaling that to JSON does not make use of the `MarshalText()` facility to encode the map keys. Somehow default encoding/decoding...

As defined in the OpLogConsensus interface, ```go // Rollback rolls the state of the cluster back to the given node. The // passed in node should be a node that...