Russell Dempsey

Results 217 issues of Russell Dempsey

```bash ╰─ ✔ ❯ export IPFS_PATH="$(mktemp -d)" ╰─ ✔ ❯ npx [email protected] init ╰─ ✔ ❯ sudo vim /etc/hosts # add `0.0.0.0 ipfs.io` ╰─ ✔ ❯ npx kubo@latest daemon Need...

need/triage

With the latest update from #823 we no longer have the ability to get the listening ipfs gateway host and port from the instantiated kubo node. this forces consumers to...

need/triage

### Checklist - [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.tech](https://discuss.ipfs.tech/c/help/13). - [X] I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my bug. - [X]...

kind/bug
need/triage

https://github.com/ipfs/kubo/blob/eb97cf9e57ed95a0b4c1d6e0d6d60c8dc6b01e67/docs/debug-guide.md?plain=1#L1 it took me > 30 minutes to *re-find* that we should be using `GOLOG_LOG_LEVEL` env var to enable more logs https://github.com/ipfs/go-log#golog_log_level

@andrew supplied me with an image of the job schedule for the published ecosystem-research site: ![Screenshot 2022-02-18 at 18 45 32](https://user-images.githubusercontent.com/1173416/155417343-db02dd64-ca3c-4255-8c71-2757a20907ac.png) but I am wondering if there is a better...

the golang version used for the docker container (1.17.8) is different than the golang version in the go.mod file (1.16). https://github.com/ipfs-shipyard/ipfs-check/blob/83979b0b5449837a8bf027ced135cc29418b7006/go.mod#L3 vs https://github.com/ipfs-shipyard/ipfs-check/blob/83979b0b5449837a8bf027ced135cc29418b7006/Dockerfile#L1

Implement metrics in this project - [x] #28 - [x] #29 **Additional context** - https://github.com/ipfs/ipfs-gui/issues/105 - https://github.com/ipfs/ipfs-gui/issues/117 - https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md

we should be able to reuse this tool across ipfs-desktop, ipfs-webui, public-gateway-checker, etc.. callouts: * repo styles are older, but we may not want to change this as a lot...

need/analysis

We should add the metrics icon in this lib ### Related - https://github.com/ipfs-shipyard/ignite-metrics/pull/35#discussion_r1066448657 - https://github.com/ipfs/public-gateway-checker/issues/340

need/triage