-
https://github.com/wnfs-wg/
-
> `atty` is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status | unm…
-
On the final step fo rupdating the data root when running wnfs-migration on my `jeffg` account, I get this error looping for a while.
```
Error while setting data root:
Error: Failed to update da…
-
NB: Feature requests will only be considered if they solve a pain
# Summary
## Problem
Concurrent updates across devices can cause data loss by:
1. Dropping history (overwriting revisions)…
-
**1/ Who will benefit from this idea?**
Discourse users who would like to save their files to IPFS.
**2/ What is the problem or opportunity?**
Discourse by default stores uploaded files local…
-
This issue tracks changes to be made to implement event listeners in WNFS. This feature was initially requested in #136.
As a quick summary, it would be helpful to provide an interface where users …
-
Following example illustrated the issue https://observablehq.com/d/7fb5d13d63f667b9, for convenience including snippet here as well
```js
const service = await UCAN.EdKeypair.create()
const user …
-
- [x] Review of https://github.com/wnfs-wg/rs-wnfs/pull/247 & merge
- [x] XChaCha-Poly1305 instead of AES-GCM https://github.com/wnfs-wg/rs-wnfs/pull/305
- [x] Blake3 instead of SHA3 https://github.…
-
A rough plan for how this will break down, and general organizational questions. As an example, I've provided an almost certainly incorrect order of operations below:
# Order of Operations
0. Th…
-
In WNFS 1 in the public partition we re-used UnixFS for the directory listing, thus "borrowed" their mechanisms for sharding directories. However, that leads to more indirections and small nodes (the …