Philippe Weidmann
Philippe Weidmann
## Checklist - [x] Reviewed the [README](https://github.com/ra1028/DifferenceKit/blob/master/README.md) and [documents](https://ra1028.github.io/DifferenceKit). - [x] Searched [existing issues](https://github.com/ra1028/DifferenceKit/issues) for ensure not duplicated. ## Expected Behavior We have to compute a large difference set ~50k...
The SPM branch seems behind the master one and only supports Realm 4.X instead of Realm 5.X. Is it normal ?
Hello, I'm trying to add some French characters in my app like 'é è à'. My code goes like this: `mathLabel.latex = "\\'e"` But the label doesn't display the text...
### How frequently does the bug occur? Sometimes ### Description We have an `@ObservedRealmObject var thread: Thread` [Code](https://github.com/Infomaniak/ios-kMail/blob/d03c5e23e6078d9c37edfb12cf0d187824a713a7/Mail/Views/Thread/ThreadView.swift#L49C12-L49C12) in a SwiftUI view. In the view body we have `.disabled(action ==...
### How frequently does the bug occur? Sometimes ### Description I recently migrated our code to use sectioned results (https://github.com/Infomaniak/ios-kMail/pull/1037/files#diff-c43bb011c6baa01d7daa6630b1cb91c05ed05a927e7529ab3895b63896083ba3R47) It worked fine while implementing and testing. However some users...
#### SDK and version SDK : iOS Version: 10.43.0 Core: 13.22.0 #### Observations * How frequent do the crash occur? 32 users and counting (~0.8% of the users of now)...
### How frequently does the bug occur? All the time ### Description `@ObservedResults` initializer documentation states that the sortDescriptor argument is a sequence. However it only takes one `SortDecriptor` object...