Marcin Rataj
Marcin Rataj
@david415 My intention was not to shut this discussion down, but to redirect it to the upstream issue (https://github.com/ipfs/notes/issues/37), where it could reach more people from go-ipfs team. If you...
This is an exciting PoC – demonstrates a potential way of solving https://github.com/ipfs/distributed-wikipedia-mirror/issues/76 :heart: I can provide an answer for: > It's not clear that IPFS supports byte range requests...
To be honest, hardcoding a specific gateway in a low level tool like `curl` makes me uncomfortable too. Technical users lose the opportunity to learn more about the ease of...
:+1: I think it should purge browser cache for websites loaded via: - `ipfs://` - `http://*.ipfs.localhost:{gateway-port}` - `ipns://` - `http://*.ipns.localhost:{gateway-port}` This way users can fixup various stale-cache situations without dealing...
I understand you want to build something future-proof, and robust. The long term direction is that we will be removing `/api/v0` (subset of go-ipfs' RPC over HTTP, never designed to...
Related proposal: [add Ipfs-DagSize and Ipfs-DataSize to gateway responses](https://github.com/ipfs/specs/issues/461). If someone needs this, please raise support in the linked issue, or propose IPIP against [ipfs/specs](https://github.com/ipfs/specs/) repo.
@schomatis mind adding this to your queue? Only ask from my end is to keep returning CAR v1.
UX idea: if you rename it from `verify` to something like `files compare` then this command makes more sense, and the fact it will fetch some blocks is no longer...
My quick take is: - we want to provide ipfs-webui (go-ipfs, ipfs-desktop) users with a quick view for exploring metrics without the need for setting up [Expression Browser or Grafana](https://www.metricfire.com/blog/prometheus-dashboards/#Prometheus-Dashboard-Options)....
Highly relevant work is happening in: - https://github.com/libp2p/go-libp2p/issues/1356 - https://github.com/libp2p/go-libp2p-resource-manager/issues/50 - useful prior art: @MarcoPolo is creating Grafana boards for visualizing some of this When we have these go-libp2p improvements...