Robbie
Robbie
There's a related FAQ that may answer many of your questions: [Is registering a YapDatabaseView expensive?](https://github.com/yapstudios/YapDatabase/wiki/Frequently-Asked-Questions#registering_view) > when we register the view,it is very slow(the view may have thousands of...
> It seems when the non-persistent change to persistent, it will try to update some metadata table. You're toggling the entire YapDatabaseView between persistent & non-persistent? I'm not sure I...
It looks like a similar problem was solved for mappings.isDynamicSection. With that particular property, one can configure a default setting for the property that will apply to any group that...
I meant that the API for isDynamicSection is more flexible than for other options: > - (void)setIsDynamicSection:(BOOL)isDynamic forGroup:(NSString *)group; > - (BOOL)isDynamicSectionForGroup:(NSString *)group; > - (void)setIsDynamicSectionForAllGroups:(BOOL)isDynamic; > - (BOOL)isDynamicSectionForAllGroups; Vs:...
@seeker12 I just pushed some changes that should make it much easier to use YapDatabaseView in Swift.
I'm curious what the community thinks about this. Is `id` the proper return type in this instance? Or is forcing a cast better? @sbooth @jj0b @chrisballinger
Historical context: https://github.com/ACINQ/phoenix-kmm/issues/204
Dev notes: - Potential library for iOS: [PunycodeSwift](https://github.com/gumob/PunycodeSwift) - I believe Android already has support: [IDN](https://developer.android.com/reference/java/net/IDN) - If we want to do this automatically within the shared Kotlin layer, then...
This should be fixed in the latest version available in the App Store. Technical note: 99.9% of push notifications are now handled by the notification-service-extension. But if Phoenix happens to...
This branch has been rebased on master. The following changes are present: It now allows **IMPORTING** a localized recovery phrase: You can choose the language: And auto-complete is language appropriate:...