-
Calling `getNode([ "top-dir", "nested-dir", "file" ])` will result in an error instead of returning `null`. Where "top-dir" exists, but "nested-dir" and "file" do not.
Given error:
```
Error: Can…
-
> Potential unaligned read
| Details | |
| ------------------- | ---------------------------------------------- |
| Status | u…
-
We have CIDs and other unique identifiers in WNFS that point to the following things:
- Public content
- Public file header (wrapper around content + metadata)
- Private encrypted content
- Privat…
-
# Open Grant Proposal: Filecoin Native Mobile App for Hackathons and End Users at Scale
**Project Name:** Filecoin Native Mobile App for Hackathons and End Users at Scale
**Proposal Category:**
…
-
Currently it seems like I would need to create multiple `with/can` statements for every action I want to allow for a resource. This means that I would add a lot of duplicate information if I want to d…
-
NB: Feature requests will only be considered if they solve a pain
# Summary: Besides returning just the new root cid after each operation, also return all the cids that are created or removed as a …
-
# Summary
## Problem
Webnative does not expose information in a way that is accessible to browser extensions.
### Impact
Browser extensions cannot easily interface with apps that use Webna…
-
Something like
```rs
impl PrivateDirectory {
// ...
pub async fn open_mut(
self: &mut Rc,
path_segments: &[String],
search_latest: bool,
time: DateT…
-
Internally, we're making use of `PrivateRef`. They're likely a good abstraction (and we've used it internally), so we should also have them in the wnfs-wasm interface.
-
## Problem
Encrypted DAG nodes are not `dag-pb`/`dag-cbor` formatted. They may be formatted as such under the hood but you won't be able to do file paths like `Qm.../path/to/file`.
## Solution
We…