Daniel Meyer

Results 200 comments of Daniel Meyer

Use depth=1 so you dont have to download the whole history. ``` git clone --depth=1 https://github.com/openframeworks/openFrameworks.git ```

I am not sure if we need this. Also this uses the ethers lib, but it could be done with plain functions that exist in this module already ```ts const...

`getStorage` is used to have a fast storage, mostly based on memory. It might or might not be persistent. `getPersistedStorage` must be persistent so that when a storage instance gets...

Yes I think that goes into the right direction. We can have a persistend getStorage for dexie, but only in the browser, not in node.js

Atm this fails because the attachments test should not run with the lokijs storage. ```Error: Attachments are not implemented in the lokijs RxStorage. Make a pull request.``` Do you still...

The loki tests fail because it tries to run an operation on an already closed storage instance. ```ts /** * If this happens, it means that RxDB made a call...

Yes it looks like we need a check somewhere to detect if the instance is closed already and we must cancel the migration.

Are you still working on this?

Closing this. Ping me when I should reopen this.

A main reason for having these example projects, is to know when a change on the rxdb code breaks compatibility. So I do not want to install rxdb from npm...