Mauve Signweaver

Results 160 issues of Mauve Signweaver

Sometimes it's not clear whether a file exists to be downloaded on any peers in the network, so downloads would hang indefinitely, We should detect this and show people a...

enhancement

At the moment, I don't think IPNS is supported by some pinning services, and I'm not sure if everyone is in sync on what the behavior would actual look like....

need/community-input
topic/v2

It seems the calculation for the URLbar at the top of windows is being messed up for MacOS. Specifically, it might be an issue to do with how the bounds...

bug
Mac OS

It'd be cool if Agregore had first class support for sending/reading emails from IMAP/SMTP providers. Protocol scheme could look something like `email://username:password@domain/pathname/qiquery` SMTP/IMAP server lookup will be performed using DNS...

enhancement

We should be able to open .torrent files from the CLI and parse out the magnet info + contents / load them into a `bittorrent://` URL.

enhancement
bittorrent

Hey folks, This was developed after talking with @autonome on progressing IPFS and P2P web stuff as a follow on to the [Agregore Mobile](https://github.com/ipfs/devgrants/pull/129) grant. This time we'll be building...

Looking at schemas and integrating dynamic loading of schemas, some stuff has stuck out to me. 1. Schemas sizes are limited by Block size restrictions which relates to encoding formats...

enhancement

Part of the work I did in standardizing IPLD URLs, I saw that Schemas/ADLs are pretty much the same concept in that they "Lenses" that map from an IPLD node...

enhancement

This issue is to track progress of IPLD and WebAssembly integration. Stuff to track: - WASM ABIs for reading IPLD nodes - WASM ABIs for representing IPLD nodes for ADLs...

use-case

It would be useful to include the metered.ca TURN server config by default to improve reliability. https://www.metered.ca/tools/openrelay/ ``` iceServers: [ { urls: "stun:openrelay.metered.ca:80", }, { urls: "turn:openrelay.metered.ca:80", username: "openrelayproject", credential:...