Mauve Signweaver

Results 160 issues of Mauve Signweaver

Right now when you have a structure like `{foo: Link}` Pathing into it with `/foo` could either mean "get the value at foo (the link)" or "get the data pointed...

It'd be useful to have an easy way to move entries to new locations. At the moment one needs to either duplicate data and delete the old data in a...

Is there a way to store the created/updated time for files? My use case is in showing extra metadata when listing and for making diffs more efficient for certain use...

Hey folks, I've been working on loading web content from BitTorrent for local-first / "dweb" use cases. Primarily I've been working on this in the BitTorrent integration in the [Agregore...

## Description BitTorrent is great for sharing archives of static content through clients that download them to a folder, or render a single file from the folder in the case...

Hi, what's the appropriate way to handle wrapping text? Preferably with text that's been created with the [AttributedString](https://github.com/parro-it/libui-node/blob/master/docs/attributedstring.md) API.

[NPM](https://www.npmjs.com/) and [browserify](http://browserify.org/) are pretty popular these days. Any way this library could be converted to use a Browserify-based workflow rather than custom python scripts?

I have something that looks like this: ```html ``` This is being parsed as ```json { "foo": { "0": {"bar": "a", "baz": "b"}, "1": {"bar": "b", "baz": "c"}, } }...

It'd be useful if this editor integrated auto-formatting. Something like [tidy-markdown](https://github.com/slang800/tidy-markdown) should do the trick. Then one could just have an option for doing it on save or with a...

enhancement

I think the gateway would be way more useful (and potentially more private) if instead of provoding WS for replicating a hyperdrive, it provided a WS interface to discovery-swarm. I'm...