-
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. …
-
We need to determine the scope and use-case for wielding WASM-targeted rs-ucan from JavaScript. **Please share your use-case for a JS-packaged rs-ucan in this issue.**
In #17 , we have seen the fir…
-
https://dashboard.fission.codes remains stuck on https://auth.fission.codes for me. The console shows:
```
basic.ts:55 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading…
-
We should explore using something like [lowdb](https://github.com/typicode/lowdb) ( or similar ) in examples or possible as an integrated utility.
@bgins what do you think?
-
Let’s make it possible to choose an arbitrary storage via the Query API, such as OPFS in the browser, local directory, or S3/azure blob storage. Let’s make it possible to share a link with a specific…
-
```
Uncaught (in promise) Error: Tsize too large for encoding
at P5e (auth.fission.codes/web_modules/ipfs.min.js:82:80571)
at Jk (auth.fission.codes/web_modules/ipfs.min.js:82:81023)
a…
-
A wasm-bindgen interface for a private file's `stream_content` method. Ideally an equivalent on the public side should also exist.
Use case I had in mind:
Ability to use the HTTP range header to g…
-
# 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
-
# Summary
I get an error trying to access the dashboard
## Problem
I tried to get access to the dashboard at https://dashboard.fission.codes/ and instead got this error:
![image](https://u…
-
We're not catching some invalid username on signup. This was caught investigating fission-suite/auth-lobby#81
Usernames like this:
* `jeff--`
...get an error like
`Sorry, jeff-- is not a…