Results 9 comments of Kalzem

Hoping it is not dead :-)

As far as I know: Keychain is saved in iTunes backup but can only be accessed to the device where it was created so other devices using the same backup...

It would be nice if Chatto could support: func heightForCell(maximumWidth width: CGFloat, decorationAttributes: ChatItemDecorationAttributesProtocol?) -> CGFloat { return UICollectionViewFlowLayout.automaticSize } So that it leaves the cells to auto-layout handling the...

dayView is declared like this in the library `UIView* dayView`. Swift doesn't understand directly this notation when imported from Obj-C, however it still works, you just need to upcast it...

@shvetsjr By selecting Embed & Sign, I'll be using Realm as a dynamic library instead of static, which would only be a temporary workaround. But even this workaround doesn't work...

A functional workaround in my case was removing Realm from SPM and install it with Cocoapods. Don't forget to clean Package (Xcode > File > Packages > Reset Cache) and...

@rizafran Thank you for your reply. I still believe there is an issue somewhere. On Firebase console > Events screen as displayed on this screenshot When I click on "Recommended...

Same with latest Nova 12.4, released March 3rd, 2025. Console log shows ``` Prettier[13:21:36.627000] Unable to start prettier service Error: Arguments must be an array of strings NovaJSProcess@[native code] @file:///userPath/Library/Application%20Support/Nova/Extensions/alexanderweiss.prettier/Scripts/main.js:1111:37...

@tid-kijyun I believe this PR is useful. Please let us know if we should do something more to get it validated. Thank you.