Alex Gleason
Alex Gleason
> you don't need to run signer on the same pubkey as the target pubkey (the one you want to sign as) Are you saying that the pubkey in a...
> this is a problem that only developers or very powerful users will ever have Soapbox is a NIP-46 signer, so simply having multiple Ditto sessions on different devices causes...
Oh man. That's brutal. I guess I will have to change this: https://gitlab.com/soapbox-pub/ditto/-/blob/main/src/signers/ConnectSigner.ts?ref_type=heads#L59 Although I do see how it can fix the problem. Man this is complex.
> Ok, I was wrong. > > Looking closer, the signer has to be addressed by the key it is signing as because the commands don't include that key (except...
The way to integrate IPFS with Nostr is easy. Just include a URL like `https:///ipfs/` This is backwards and forwards compatible. I've been doing it on Ditto: https://gitlab.com/soapbox-pub/ditto/-/blob/main/src/uploaders/IPFSUploader.ts?ref_type=heads
The IPFS path gateway is standardized: https://docs.ipfs.tech/concepts/ipfs-gateway/#gateway-types This is superior to ipfs:// URIs because it works on the legacy web, AND ipfs enabled tools can resolve it. It is the...
It sounds like what you want is Blossom. https://github.com/hzrd149/blossom
You're overthinking this. Just upload to a public gateway like I said and use a regular URL.
> also changes should only be made to the src, the rest of the files are auto generated I updated to only include changes to src.
I do not know how to reproduce an SSL connection error in a test. This issue is apparently also occurring in Node https://github.com/porsager/postgres/issues/923#issuecomment-2462024110