Petar Maymounkov

Results 65 issues of Petar Maymounkov

Blocked by https://github.com/ipfs/go-bitswap/issues/501 and https://github.com/ipfs/go-bitswap/issues/509. IPFS users should be able to opt in/out of whether 'ipfs get' considers the Golden Path product when attempting to fetch content.

need/triage

The goal is to enable bitswap to support different methods of fetching a block, so that it can access non-bitswap sources like filecoin nodes which may use graphsync (via https://github.com/filecoin-project/go-data-transfer)...

need/triage

Step 1 of https://github.com/ipfs/go-bitswap/issues/501.

GleeBox has been very useful in searching through code documentations, and in particular: golang.org/pkg A recent change in the documentation, dividing the page into two parts -- one static and...

Arguments whose name begins with underscore are waited on, but not passed to the called function.

E.g. arguments that are followed by "!" in the declaration must be passed. E.g, if F is declared as: F(a, b!, c!) { ... } Then the invocation F(b: 1,...

Publish step-by-step documentation using an HTML documentation rendering system.

E.g. make A + B be equivalent to Sum(A, B), and so on.

We've identified a number of weaknesses in the hydra design and implementation, which cause ungraceful failures (worker crashes) and downtimes when utilization spikes. The problem occurred in the window 7/7/2021-7/21/2021....

- Current metrics label a call as "failed" if either there was a network failure or there was a successful response with no provider records. The latter two cases must...