Russell Dempsey

Results 217 issues of Russell Dempsey

This repo is stale and hasn't been touched in > 4 years. See https://github.com/ipfs/ipfs-desktop/issues/2524#issuecomment-1605162829 for more information

Implement metrics in this project - [x] #38 - [ ] #39 **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

### Description Some content in ipfs-geoip data in IPFS contain `data:0` and should probably be removed. ![image](https://github.com/ipfs-shipyard/ipfs-geoip/assets/1173416/3070212c-0597-4914-8e55-fba2f917f98e) ### What is needed? From @lidel > we probably could remove it the...

P2
kind/maintenance
exp/intermediate
effort/days

Part of https://github.com/ipfs/js-kubo-rpc-client/issues/56. issues that were already broken between ipfs-http-client and kubo - see https://github.com/ipfs/js-ipfs/issues/3547 - Kubo supports different format than JS-IPFS – see https://github.com/ipfs/go-ipfs/pull/8616/ - see https://github.com/ipfs/kubo/issues/9508 - PEM...

> For the full context see https://github.com/ipfs/kubo/issues/9125 ## Broken during migration ### High priority items - [ ] #94 - [ ] #77 ### Other items - [x] IPNS tests...

need/triage

see https://github.com/ipfs/js-kubo-rpc-client/pull/83#discussion_r1048539382 from @lidel > This is an important smoke-test we should not skip and fix sooner than later (i vaguely remember Filecoin genesis blocks were "special snowflakes" that forced...

P0
kind/bug

- [x] TODO: Remove bootstrap.clear - [x] TODO: Remove bootstrap.reset - [ ] TODO: ensure bootstrap.add accepts -default parameter - [ ] TODO: ensure bootstrap.rm accepts -all parameter - see...

P1

discovered during https://github.com/ipfs/js-kubo-rpc-client/issues/56 ```bash GO_IPFS_GAMUT=true npm run test -- -f 'test/interface-tests.spec.js' --bail=false -g 'should print added files' > [email protected] test > aegir test "-f" "test/interface-tests.spec.js" "--bail=false" "-g" "should print added...

see https://github.com/ipfs/js-kubo-rpc-client/pull/83#discussion_r1048699460 we should implement functionality similar to what [libp2p is doing](https://github.com/libp2p/js-libp2p-delegated-content-routing/blob/782f6cff60378b709a76f1c9408347c8f24529f4/src/index.ts#L17), to ensure requests are prevented from ever making it to the server. Currently, most of the APIs are...