0x1306a94

Results 20 comments of 0x1306a94

> Hey, did you try to just disable the iOS cloud sync for your local on `Device A` via `KeychainSwift`? > > ``` > let keychain = KeychainSwift() > keychain.synchronizable...

对的呢@lxszl

@xixisplit 当通过`showInView`时应该由框架内部保证不会被重复执行,比较合理吧?

@lvming6816077 分辨率设置大了 就是 花的 640*480 都是花

@imJunXiang swiflint 还有⚠️, 请 执行下 `swiftlint autocorrect`

@Qiuwen-chen I think the design of `static Database::globalTraceError()` or `Database::traceError()` is more geared towards error log statistics. The actual business scenario requires different processing based on the current specific error...

@Qiuwen-chen I understand what you mean, and this is really convenient for logging errors. But as I said above, in some scenarios it is inconvenient to get the specific error...

> You can use insertOrIgnore or insertOrReplace here. * I know this can be solved * But this error itself should be a bug