Kennan Chan
Kennan Chan
Thanks from July 2020!
In my project I did some trick on this to solve the id problem The client side database generates its own random id for a local record "A". The backend...
@heliojunior I have an interface that defines an adapter to handle table changes ```typescript export interface TableChangesAdapter { // handles pulled changes toLocal(changes: SyncTableChangeSet, database: Database): Promise; // handles pushing...
I found an undocumented call: `database.adapter.underlyingAdapter?._driver?.loki?.close?.()` Is it safe to use? why not expose a close method?
the `loki.close()` just ensure the lokidb do some necessary operations like saveing dirty records etc, which does not destroy the database. I do not find any useful method that lokidb...
One thing to clarify is that what I mean "destroy" is not to destroy the database on indexedDB, but to destroy the database connnection and the in-memory database to free...
Yes, just follow the general rules, use Simplified Chinese and Traditional Chinese which creates no harm. It could be easy to change some text but it has been 9 months...
I am wondering why the _webServer is designed to be a singleton? Any platform restriction on iOS?
> Is there a reason you are using two different client DBs? I would assume that would cause complications even if you manage to resolve the duplicate symbol errors but...
> 大佬,按照你的最终教程一步一步来做的,但是一直失败,执行cert-up脚本的时候,看到日志打印Processing, The CA is processing your order, please just wait. (1/30),30次之后,显示域名:timeout,然后就失败了,大佬能指点指点吗 同问,注册了zeroSSL,一直这样,目前还是先换成letsencrypt用着了