Mark Gaiser
Mark Gaiser
To amend. I just tried a simple novice "cache" mechanism that isn't much more then this: ```dart static Future getImage(String url) async { Directory cachePath = await getTemporaryDirectory(); String hashedUrl...
I see, while it's a general purpose cache, it has additional features that make it a bit heavier. Fair enough. Still, a simple version build for just caching and be...
I found that an interesting test so i tried it too :) ``` ❯ dig +short TXT _dnslink.probelab.io _dnslink.probelabio.on.fleek.co. "dnslink=/ipfs/QmNqMcQHZUtgDUXVBKKVdTYVC9CbxkyyR7Pcd5BWDY2Qia" ``` On 2 different nodes i tried: `ipfs dht findprovs...
I'm not sure if that timing is coincidental or if something bigger is going on. Just to verify, i tried it again. 2 nodes. 1. on hetzner. `ipfs dht findprovs...
Tried that too, still empty returns. `ipfs dht findprovs QmdABJRBjLHpKeXKZaUSZTybiAo1zinWbZCTrxrseh7gL9 -n 100000 | xargs ipfs dht findpeer` Out of curiosity a count of `findprovs`: ``` ❯ ipfs dht findprovs QmdABJRBjLHpKeXKZaUSZTybiAo1zinWbZCTrxrseh7gL9...
@yiannisbot anything i can do to clear things up? I used the [pl-diagnose](https://pl-diagnose.on.fleek.co/#/diagnose/access-content?backend=https%3A%2F%2Fpl-diagnose.onrender.com) and was using ipfs 0.20 for the command outputs.
Ping. What's still required for this document to get merged? Do note that the document is called `INTEGRATION.md` because it's intended to be used by those "integrating" IPFS support in...
> Hi @markg85, two quick comments on this from some related discussion in [ipfs/in-web-browsers#197](https://github.com/ipfs/in-web-browsers/issues/197): > > * Could we extend this just slightly, to also specify gateway detection for browser...
> @markg85 time to revisit this, now that we have IPIP process. some pointers below :) Sweet! Will update it all in the next couple days. Thank you for all...
Since reporting this issue (earlier today) I've been playing with the code to hack in the above. What i keep hitting up against is the code being very focused on...