Daniel Meyer
Daniel Meyer
Closing this because no answer. PRs must not fail the CI to be merged, please check.
For the unreplicated pulls, your server has to tell the client the number. For pushes there is no official feature. But you could get the push-checkpoint from the replication metadata...
This is not documented. You can check the replication internals to fetch the checkpoint. Edit: In the replication-protocol subpackage there is the method `getLastCheckpointDoc` which can be used to fetch...
Maybe there is not checkpoint stored yet when the replication is started?
No sorry, this is not an official feature. You have to dive into the internals. I do not think you can use a normal RxQuery and observe that as these...
Hi @kadarsh11 Thank you for the PR. This fails on the CI please check.
Hi @kadarsh11 Thank you for the PR. This fails on the CI please check.
We need this to ensure that the url is clickable in a terminal when the error object is printed as json. Like `console.log(JSON.stringify({"url": "message text https://foobar.de?asdfg=sdfg"}))`
We write JSON of documents in blocks in a way where either the full json is stored or nothing. From my side this looks like a safari bug (still has...
Its possible to simulate less ram by running the browser in a docker container where you can define how much ram can be used.