pinnaculum

Results 12 comments of pinnaculum

Hey @borzunov, Yeah it's been integrated in galacteek, and you can move torrents to IPFS. Initially i used it as a dependency but i ended up integrating the code in...

@lastmeta [aioipfs](https://github.com/pinnaculum/aioipfs) works with kubo v0.15.0.

@BigLep thanks a lot ! I hope the fix can land in the next release, it's really a useful API.

Hi @kodxana That's something to think about, it might be implemented at some point, thanks for the suggestion. What is already possible, is to clone a ipfs-hosted git repository to...

> Do you have link to UnixFS explorer? Can't find it anywhere. The UnixFS explorer is shown in the files workspace when you are opening an IPFS object that represents...

I get the exact same error, token isn't the issue.

> > As far as I understand, this would deprecate the following endpoints: > > * https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-pubsub-ls > > * https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-pubsub-peers > > * https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-pubsub-pub > > * https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-pubsub-sub >...

> Ideally what we want is that you write ~100 lines of Go and use `go-libp2p-pubsub` because this gives you access to the lower level callbacks which lets you configure...

> I'm saying that you would write a small wrapper that expose the pubsub features you need over http, this is different from Kubo doing it because you have application...