-
-
What should we provide as features/API for frontend developers regarding permissions in the client?
Thoughts? @leplatrem @Natim @almet
n1k0 updated
3 months ago
-
I disabled _Private Notes_ and _Social Highlights_, but I still see network requests to the lindylearn.io backend every time the extension reformats a page (see screenshot).
Ideally the extension w…
-
Not exactly sure what I did, but probably one of:
```
gun.get('testing').put({pointers: null})
gun.get(id).put(null)
gun.get(id).off()
gun.get(id).get(id2).off()
gun.get(id).map(v=> v.off())
gu…
-
Console error:
OpenFailedError: UnknownError The operation failed for reasons unrelated to the database itself and not covered by any other error code.
Cross-Origin Request Blocked: The Sa…
-
The org I work for, and many I've worked with in the past, would need to have the data encrypted in order to store it anywhere someone could view it.
-
It would be great if `td.reset()` optionally accepted a list of modules to reset, like:
```js
td.reset(); // nuclear option → reset everything
td.reset('module-a.js');
td.reset(
'module-a.js',
'…
-
A few things to improve the recently added JS interop docs based on feedback
## 1) Conceptual overview of the two new layers
Request: from @mit-mit
> ...more high-level conceptual informatio…
-
## Maintainer List
@tarasyyyk, @dolgachio
## For New Translators
Please read this first (click to open)
To translate an article:
1. Check that no one else has claimed your article in t…
-
@RangerMauve's work on dat-archive-web and dat-polyfill has paved the way for allowing Bunsen to help apps using the polyfill to be backed by Bunsen. In particular the [demo](https://github.com/Ranger…