Marcin Rataj

Results 1311 comments of Marcin Rataj

Another example is copying a directory which was created with different HAMT-sharding threshold (Kubo v0.34) ```console $ ipfs files cp /ipfs/bafybeiaysi4s6lnjev27ln5icwm6tueaw2vdykrtjkwiphwekaywqhcjze/ /en.wikipedia-on-ipfs.org $ ipfs files stat / | head -1...

Triage notes - this feature request feels like a prerequisite for a similar to feature request to "be able to pin /ipns/name" (https://github.com/ipfs/go-ipfs/issues/1467) - first step is to have orchestration...

Updated this PR, aiming at Kubo 0.32. It uses the latest commit from go-libp2p master branch that includes https://github.com/libp2p/go-libp2p/pull/2854.

Pushed: - Docs - Logger cleanup, should be up to release standard. - Debug logs can be enabled via `export GOLOG_LOG_LEVEL="error,p2p-forge/client=debug"` and by default only ERROR level is printed to...

Switched to go-libp2p 0.37 from master branch and resolved conflicts, I'll check on CI tomorrow.

Two options in regards of interface: - OpenTelemetry / Prometheus / [Trace Contexts](https://w3c.github.io/trace-context/) (which we use in Go/[Boxo](https://github.com/ipfs/boxo/blob/main/docs/tracing.md)/[Rainbow](https://github.com/ipfs/rainbow/blob/main/docs/tracing.md)) - return trace info in [Server Timing](https://www.w3.org/TR/server-timing/) header, main benefit that there...

@dozyio I see you are writing in JS, which protobuf library are you using? I am not familiar with this project, but in GO/JS interop of other IPFS projects we've...

I agree with @SgtPooki that adding query option for disabling "web" features (`index.html`, `_redirects`) feels useful, however this feels useful beyond service worker gateway. This project has a specific purpose,...

When you frame it this way, I really think you describe what https://explore.ipld.io/ aims to be: lower level inspector for IPFS ecosystem, for more technical people. Perhaps more cost-effective way...

Related: https://github.com/ipfs/service-worker-gateway/issues/530#issuecomment-2974004117