Marcin Rataj
Marcin Rataj
This is cosmetic, but highly confusing for users: When data cannot be found, the context timeout gets thrown from code related to `_redirect` lookup, and not the originally requested `/`....
## Problem When we timeout, gateway shows non-actionable error that says "context deadline expired". The `text/html` response returned to browser users is not much better, just prettier. Very often refreshing...
> Extracted from https://github.com/ipfs/kubo/issues/9927#issuecomment-1623791077 Currently, we have basic request counts and durations for `gateway=ipfs` and `gateway=ipns` namespaces in the form of [boxo/gateway/metrics.go](https://github.com/ipfs/boxo/blob/v0.10.2/gateway/metrics.go#L184) metrics: ```ini # HELP ipfs_http_gw_get_duration_seconds The time to...
Include version / git revision to user-agent header. Right now it sends: ``` User-Agent: go-pinning-service-http-client ``` Having the version there would greatly improve our ability to debug and triage issues.
If one uses endpoint that ends with `/` ```console ipfs pin remote service ls --stat mock http://127.0.0.1:5000/ 0/0/0/0 ``` Some commands are sent with duplicate slash. For example, checking pin...
> cc https://github.com/ipfs/go-ipfs/issues/7559 Passing all four states is tedious. I found myself wishing something like this was possible: ```console $ ipfs pin remote ls --status=any # show me all pins...
https://github.com/ipfs/boxo/actions/runs/5347010623/jobs/9694856224?pr=371#step:10:303 ``` --- FAIL: TestReprovider (0.00s) --- FAIL: TestReprovider/many (1.10s) reprovider_test.go:153: expected 100 provider keys, got 50 ```
Filling issue based on poc code in https://github.com/ipfs/go-ipfs-blockstore/pull/51: > Instead, provide a simple `ValidatingBlockstore` wrapper. This: > > 1. Isn't racy (fixes https://github.com/ipfs/go-ipfs-blockstore/issues/49). > 2. Keeps the base blockstore simple....
#### Edit: April 2020 Placeholder issue for reviewing and acting on accessibility overall for Desktop, Companion, and WebUI. Suggest that we dig into this mid-2020 once we've got an additional...
I had an opportunity to talk with enthusiastic non-technical person and she asked interesting question: **"sounds cool, but after I install it, how can I control how much disk space...