-
NB: Feature requests will only be considered if they solve a pain
# Summary
## Problem
Today, users are restricted to non-underscored usernames and app names (subdomains).
We need to block…
-
If you send someone a public drive link link https://drive.fission.codes/#boris/public/PDFs/, and the other person is in an Incognito window, Drive never loads.
No errors in console. Tested in both…
bmann updated
3 years ago
-
At the moment you have to define both these ports:
```elm
port webnativeRequest : Webnative.Request -> Cmd msg
port wnfsRequest : Webnative.Request -> Cmd msg
```
Since they share the same type…
-
## Problem
Currently metadata for a node is encrypted with that node's parent key (the key used to _encrypt that node_), not the node's own key (the key contained as a header value _in that node_). T…
-
For simple HTML / JS apps (without a build process - webpack / etc) it would be nice to just include webnative via a script tag.
Our rollup config already can generate an index.umd.js ... but it sh…
-
In this case, don't do anything. The reason for this is that Elm does dead code elimination, so if the port is not used yet, it will be undefined. Additionally, it might be the user doesn't need the w…
-
-
It seems that -although TW on Fission routinely saves its state following an edit- sometimes it doesn't... And then if i push the TW "Save" control (with checkmark indicating red) it will revert to an…
-
Issue Type: Bug
1. Input some commit comments in source control.
2. Select sub-string of the comments, then input new string to replace the selected-string, will cause the commit editor lost res…
-
We’re planning to use a shared IPFS worker on our webnative apps, so your data is available instantly across all those apps. We’ve added a HTML file and worker JS file to our auth lobby, so you can lo…
bmann updated
3 years ago