Daniel Meyer

Results 200 comments of Daniel Meyer

Hi @polvallverdu This PR adds shiki but does not remove the prismjs from the main javascript bundle which was the main reason to switch from something else. Please check the...

I think it has to be excluded with via webpack config somehow.

Can you check if you can reproduce the same problem with the dexie storage?

Hi @agarcher PR is welcomed. We can use `any` internally as long as it is tested. Its only important that the outside facing types are correct.

Can you make a PR with a test case that reproduces your problem? You can start with [this template](https://github.com/pubkey/rxdb/blob/master/test/unit/bug-report.test.ts).

Just released the beta version, please test: https://www.npmjs.com/package/rxdb?activeTab=versions

@tsekiguchi at the moment the limit is `1000`. Should `2048` be ok?

@tsekiguchi Set to 2048 here: https://github.com/pubkey/rxdb/commit/d3ac3a03c892b6ab14893888891ccf104a6b797c There is no storage that fails on a specific lenght. But some storages like memory and OPFS get slower and slower the longer the...