Mauve Signweaver

Results 160 issues of Mauve Signweaver

Once you introduce a series of operators, people are bound to want to have more. I think it would be a good idea to introduce a `.bind(fn, ...args)` operator which...

Would it make sense for this proposal to also define the same functions for Async Iterables to kill two birds with one stone? Having higher order functions on async iterables...

According to [MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest), Firefox 52 added support for returning promises from listeners in onBeforeRequest. Would you be down for a PR to add support for this functionality? I still don't...

[email protected], [email protected], [email protected] I'm trying to run ublock origin within my extension. There's no apparent errors while loading, but I'm unable to load the `electron-extension://` page for the `popupPage`, and...

A lot of libraries out there are geared towards the browser which has globals for interacting with the OS. I think it would be useful to provide some of these...

Ramda's curry seems to have a bit more code to it compared to [fj-curry](https://github.com/fp-js/fj-curry) which is more minimal and has the same features.

It'd be cool if this stuff worked on legacy browsers, Here's what would need to be done: - Add in [dat-archive-web](https://github.com/RangerMauve/dat-archive-web) to get the DatArchive API - Maybe get the...

enhancement

There's a [blog post](http://blog.millermedeiros.com/promise-nexttick/) about how using [`Promise.then`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/then) is supposedly even faster than .nextTick. Given that we have stuff like io.js with Promise support and a lot of browser supporting...

[IPFS](https://ipfs.io/) is a protocol that uses contrent-addressable file storage in a peer-to-peer network. I think it would be useful to support it as a storage mechanism to reduce the amount...

- **Version**: This is using `v56.0.1` of js-ipfs-http-client - **Platform**: `Linux meerkat 5.15.15-76051515-generic #202201160435~1642693824~21.10~97db1bb SMP Thu Jan 20 17:35:05 U x86_64 x86_64 x86_64 GNU/Linux` - **Subsystem**: js-ipfs-http-client? #### Severity: Medium...

help wanted
P2
need/analysis