-
# 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:**
…
-
# Open Grant Proposal:
Secure package repo for python
**Name of Project:**
Secure package repo for python
**Proposal Category:** Choose one of `core-dev`, `app-dev`, `devtools-libraries`, `inte…
-
# Summary
## Problem
Currently, the API requires that developers explicitly call `fs.publish` after any "mutation" (`mkdir`, `add`/`write`, etc). This reduces the backend load / updates and make…
-
# Summary
I want to verify signatures created with wnfs.crypto.keystore.sign()
i tried to
```
import { ed25519Verify } from 'webnative/crypto/browser'
```
vs-code finds it, but esbuild fails
…
-
# Summary
## Problem
The devtools panel does not display Webnative debugging information.
### Impact
Developers can't get useful information from the extension if we don't display it.
#…
-
# Summary
The repo name, for Github, is currently chosen based on the project name. Sometimes it makes sense to prefix the repo name in some way, while leaving that prefix out of the code itself, s…
-
# Summary
It would be nice to be able to add event listeners to files and directories to detect when they have changed. This would permit event-driven programming as an alternative to polling on th…
-
on android wrap the FULA client inside [service](https://developer.android.com/guide/components/foreground-services)
is the better way to run FULA clients this way:
- the service can run on its own …
-
In WNFS today, we have a fairly fine-grained read permissioning system enabled though sharing various "levels" of keys.
Sometimes the permissioning is so granular that small ciphertexts are encrypted…
-
Is https://github.com/ucan-wg/ts-ucan/pull/92 going to make it into a release soon?
The current version of `ucans` on npm (0.10.0 at the time of writing) can't be used with node in ESM mode without…