nthtrung09it
nthtrung09it
@yohangz You can try https://github.com/angular/universal-starter :)
App crashes when running on iOS 12.4.1. Here is device log: ``` Frameworks/SwiftyUserDefaults.framework/SwiftyUserDefaults | Reason: image not found Triggered by Thread: 0 Thread 0 Crashed: 0 dyld 0x000000010126a418 __abort_with_payload +...
Hello, here is my solution: ``` fileprivate var customStatusBarHeightConstraint: NSLayoutConstraint? ``` ``` if #available(iOS 13.0, *) { let app = UIApplication.shared let statusBarHeight: CGFloat = app.statusBarFrame.size.height let statusbarView = UIView()...
@rkistner thanks for the quick reply. 1) I checked out the docs (https://docs.powersync.com/usage/sync-rules/advanced-topics/client-parameters-beta): ``` function connectPowerSync() { powerSync.connect(connector, { params: { "load_pack_a": true/false } }); } ``` When I want...
@rkistner do you have any example code about lazy loading with client parameters?
hi @rkistner @kobiebotha how is it going?
Hi @rkistner, do you have example code for the prioritized-sync and lazy load? And it seems that the Client Parameters still in Beta.
Any news?
@maffelbaffel I followed your guide and it works perfectly. Thank you very much. Do you encounter the parsing error in Grafana OnCall Insights dashboard? 
@tikhonNikita hey, did you solve that issue? same here ...