Russell Dempsey

Results 217 issues of Russell Dempsey

Remove engines-strict and update package.json->engines when we fully support versions as specified in https://github.com/ipfs/ipfs-webui/blob/5ab483939e475e4a3ecd31f025f480526323b648/README.md?plain=1#L31-L38

Currently, when we attempt to set pinning for a file, it will display a failure notification on failure, but we don't get any obvious feedback when the operation succeeds. Example:...

exp/novice
P2
area/screen/files
effort/hours

**Is your feature request related to a problem? Please describe.** We want to add metrics to pinning API calls and other usage so that it shows up on our metrics...

help wanted
exp/intermediate
P2
status/ready
kind/enhancement
effort/hours

I feel like I should be able to use a Textfield component without having to save state and manage onclick and other values.. something like `` and have it work...

Do you have any guides / docs on how to consume the exported JSON? Do we use https://github.com/doist/todoist-python or is there another client that can parse this data easily?

Type: Question

https://github.com/ipfs/ipfs-desktop/issues/2004 and https://github.com/ipfs/ipfs-desktop/issues/2000 show that a JSON parse error happened, which points to https://github.com/ipfs/js-ipfsd-ctl/blob/70dff97afc5a194afc106b817b98575f8b122723/src/ipfsd-daemon.js#L366 we should wrap the json.parse in a try/catch and provide a more informative error message: 1....

status/in-progress

This repo is marked as not having a maintainer and not being supported until it does. See https://github.com/protocol/bifrost-infra/issues/2018#issuecomment-1212366561

exp/intermediate
P3
need/maintainer-input

**Describe the bug** I ran `aegir check-project` on https://github.com/ipfs/js-kubo-rpc-client/commit/167109aadfc5fe681c8dae10749973040edd6d8b and it updated the README incorrectly in one area. **To Reproduce** Steps to reproduce the behavior: ```bash cd $(mktemp -d) git...

also tested against [ipfs-shipyard/pinning-service-compliance](https://github.com/ipfs-shipyard/pinning-service-compliance) by running ```bash npm run build npm pack mv aegir-37.0.18.tgz ~/Downloads cd /Users/sgtpooki/code/work/protocol.ai/ipfs/pinning-service-compliance/pinning-service-compliance npm install -S ~/Downloads/aegir-37.0.18.tgz # converted .aegir.js to .aegir.ts, then... > npm run...