-
TL;DR
Just want to share my thoughts and visions for dexie. This issue is a working draft and I may update this text going forward.
### Support for complex expressions
Chained where clauses a…
-
Migrated from: meteor/meteor#5982
mitar updated
4 years ago
-
This issue will keep track of various things missing in Ultralight that are present in Chrome/Firefox.
__CSS__
* [x] CSS user-select property
* [x] CSS Radial Gradients (just needs shader impleme…
-
Hi there, couldn't find this issue in the list, but i constantly get this error after making some progress through the clip queue (in Australia, if that makes a difference). usually takes about 4-5 ma…
-
ok found that `$rootScope.$apply` is being called.
``` coffee
notify: (args...) ->
$rootScope.$apply =>
@q.notify(args...)
```
and let's take a quick look at `upsert`:
``` c…
-
What's the recommended approach for an Ionic+Capacitor app to access the filesystem via Electron?
There's a couple of options:
1. Ionic's File plugin: https://ionicframework.com/docs/native/file…
-
## Goal
Enable collaborative text editing on Text and Area items like one does on Google Docs. Additionally, by applying the Quill editor, we get nicer text-editing features, such as automatic bull…
-
**Is your feature request related to a problem? Please describe.**
I cannot enjoy your nice add-on when using Firefox Beta on Android (versions >68).
(BTW, thanks for developing and maintainin…
-
I am not a 100% on this one, but I can't immediately see why the same data is repeated between the `firestore.data` and `firestore.ordered`. This essentially doubles the size of the store and I can se…
-
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…