-
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 …
-
## Problem
> I used the rename feature to rename an app created at the CLI last night, and it was failing. I realized looking at the error that it needed to be uploaded to WNFS. I wonder if it woul…
-
`PrivateFile::stream_content()` takes an `index` parameter that is passed to the private forest content when the file content is external. However in the case of inline content, the whole vector is yi…
-
Currently we have a `Put` and `Get`, We also need a `Rm` endpoint for go-fula so that it removes the stored data (which we use IPFS read opener and write opener for read and write at the moment)
Fo…
-
# Summary
When writing many small files to a folder in wnfs, each new file creates a new nested history entry in the previous folder. This is not needed in my use case (as the files are actually hi…
-
NB: Feature requests will only be considered if they solve a pain
# Summary
## Problem
It's possible (I think) to add custom metadata to files through WNFS, but it's not documented anywhere. …
-
Our plan at this time is to implement a private data feature in Noosphere that enables users to author content that is private and/or only readable by an explicitly allowed audience.
This is the tr…
-
# Summary
## Problem
Developers need to poll the filesystem to detect changes.
### Impact
Extra work and complexity for developers.
## Solution
Add an interface to subscribe to any c…
bgins updated
2 years ago
-
I ran the migration script from a git checkout and the process was initially very slow but seems to have completely stalled at the last step:
```
➜ wnfs-migration git:(issue-2) npm start
> wnf…
-
### Summary
Widening the possible use cases to include bigger data sets.
### Problem / Need / Opportunity
Due to practical IPFS block size restrictions, WNFS can only safely encode up to 1000…