Mauve Signweaver

Results 160 issues of Mauve Signweaver

This issue is for tracking the status of which other ActivityPub implementations we are able to interoperate with. - Mastodon: Able to follow, send updates to - ???

I've got a nested list that looks something like ``` markdown - foo - bar - baz - fizz - buzz - qux ``` This gets formatted into a list...

It should be possible to configure the default search provider in the rc file. Something like this: - Add a new `searchProvider` string in config.js with a `%s` for the...

enhancement
good first issue

There's a new protocol out there for accessing etherium data. It just supports `get` for now so it should be easy to wrap. https://docs.web3url.io/web3-clients/librairies

enhancement
good first issue

A while ago there was a [release from segmind](https://blog.segmind.com/introducing-sd-small-and-sd-tiny-stable-diffusion-models/) of two new stable diffusion models which are way smaller and faster to run. I think this would be a great...

Instead of doing something fancy like track instances we'll just backfill all new followers. TODO: - [ ] fix typescript errors - [ ] write test with fake outbox and...

Hey! Been doing local-first stuff for a while. We've got a few apps and tutorials on our site too.

**Is your feature request related to a problem? Please describe.** I've been wanting to integrate Iroh into [Agregore Browser](https://github.com/AgregoreWeb/agregore-browser) but haven't had a chance to sit down and define the...

enhancement

This spec resolves `{certificate}.p2p` domains. https://github.com/mwarning/KadNode We should hijack DNS resolution to support this. For HTTPs to start but maybe also gemini? We'll need to hook into the DNS resolution...

At the moment the code assumes there are controllers present for pointers. It'd be nice if one could attach a ray to any 3d object like the camera. If not...