rysiekpl
rysiekpl
I am trying to get inbrowser IPNS to work, and can't seem to. Tried with: ```javascript ipfs = await self.Ipfs.create({ libp2p: { config: { dht: { enabled: true, clientMode: true...
Thanks for the link. Sorry, I should have been more clear: in the browser I am only trying to *get* the data from IPNS/IPFS, not *publish* it. And one crucial...
> @rysiekpl have you checked out IPFS http client? You can connect to a remote ipfs node then do core API actions like await ipfs.resolve(name) and for await (const file...
Just checking in, any movement on this? I am going back to hacking on Samizdat and having IPNS resolution working directly and reliably in the browser would be a huge...
Hey hey, any news on this?
Hey hey, any news/movement on this? This is blocking an issue that is making it impossible to use IPNS/IPFS in a project of mine (#2921). Thanks!
Started playing with [Qubes OS split GPG](https://www.qubes-os.org/doc/split-gpg/), trying to get Mailpile to work with it. Moved `/usr/bin/gpg` and `/usr/bin/gpg2` out of the way and replaced them with `/usr/bin/qubes-gpg-client-wrapper`. Running `gpg...
Looks like `--no-use-agent` is not a thing in Qubes' split GPG wrapper: ``` qubes-gpg-client: unrecognized option '--no-use-agent' ``` A few more issues with `qubes-gpg-client`: ``` qubes-gpg-client: option '--personal-digest-preferences' doesn't allow...
Will try working with QubesOS devs to make `qubes-gpg-client` smart enough, then!
Turns out there's a [new version of split GPG](https://github.com/HW42/qubes-app-linux-split-gpg2). Testing it with Mailpile ends with two issues so far: 1. Mailpile uses `pinentry-mode=loopback`, which is filtered by `split-gpg2` 2. when...