Daniel Meyer

Results 200 comments of Daniel Meyer

Can you update this line https://github.com/pubkey/rxdb/blob/master/.github/workflows/main.yml#L450 So that it does use the node version from the `node-version-file: '.nvmrc'` like in the other ci tasks.

I see. I am not sure if we should merge this then. Because we increase the expo version but decrease the react-native version, which does not lead to any benefit.

Replication does not work because you switched from the pouchdb RxStorage to the memory RxStorage. But the replication code uses the CouchDB replication protocol which only works with PouchDB RxStorage.

Is there a reason why you switched to the memory adapter? Because PouchDB is the only persistent RxStorage for react native, so the whole reason for the react-native example is...

Yes both is needed. The reason for making the react native example was to show that RxDB can work with the react-native SQLite storage. We can switch from couchdb-sync to...

You can now try out the latest beta of RxDB `13.0.0`. https://github.com/pubkey/rxdb/blob/master/docs-src/releases/13.0.0.md

Hey @fredguth So the other examples represent a form to do CRUD operations on the hero list. I think all examples should implement exactly the same because one day I...

> I did not understand your comment about CRUD Check the other examples, they are the exact same ui with the same features where there can be heroes inserted with...

> /examples/svelte is not working But it is tested in the CI and works there. So it should work at least. But yes, you can remove that one and we...

Hmm, this looks wrong. It should also be `100`