Marcin Rataj

Results 493 issues of Marcin Rataj

New source dataset format introduced in #80 provides country and city names in other languages than English (at the time of writing this, we have names in: de, en, es,...

kind/enhancement
help wanted
exp/novice
P2

(placeholder) Parts of what ipfs-geoip does could be generalized and extracted into standalone search index generator / consumer libraries useful in other places (eg. wikipedia text search etc). Or we...

help wanted
exp/expert
P2

This feature detects absolute paths starting with `/ipfs/` or `/ipns/` and pins them instead of adding a local directory. This enables use on CI without the need for having entire...

Would be really useful to update IPNS record in addition to updating DNSLink. Or instead. This requires figuring out how key management should work in CI contexts. Would entire publishing...

help wanted

Add docs and code examples for creating a custom provider. (I suspect existing API is not the best for this, we may need to export a nice helper function that...

topic/docs
kind/enhancement
help wanted

> below is just a quick idea, let me know your thoughts on this ### Context Right now one needs to explicitly pass `ipfs` instance for js-ipfs to work: ```js...

> Part of ServiceWorker example cleanup: https://github.com/ipfs/in-web-browsers/issues/171 This repo hosts an old PoC from 2017-2018, better to be clear about this and point any drive-by visitors to the latest examples....

## Problem Users of `ipfs-http-client` from js-ipfs have docs like this: https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md Users of `kubo-rpc-client` have no such resource. Automatically generated docs only describe constructor ## Solution TBD. Can we...

P0
need/triage

Various commands return [CID](https://github.com/multiformats/js-multiformats/#multibase-encoders--decoders--codecs) or [Multiaddr](https://github.com/multiformats/js-multiaddr) instances. For example, fetching `ipfs.swarm.peers` will return peers and their protocols. The problem is that over time new codecs and protocols identified by new...

P2
kind/bug
need/triage

This client library's repo should proactively detect when a new Kubo release introduces a new RPC command. Example: `/api/v0/repo/ls` was introduced in https://github.com/ipfs/kubo/pull/9320 As a bare minimum, an issue should...

need/triage