-
Sentry Issue: [WORDPRESS-IOS-46F4](https://a8c.sentry.io/issues/4701001007/?referrer=github_integration)
```
NSInvalidArgumentException: no object at index 6 in section at index 0
File "PostListVie…
-
hi @JohnEstropia, i have some problem about corestore observer, can you help me?
this my method when fetch data from server and save it into database
```swift
try! Omni.dataStack.perform(synchron…
-
This would be great for animations similar to `NSFetchedResultsController`.
-
How to store BLOBs? Docs says that `NSData` is supported property type.
But when I add to SimpleExample `@property NSData *photoData;` it crashes.
Also, will it be `NSFetchedResultsController`…
-
Does anyone know if there is an equivalent expression in Realm.io for this query? I need results grouped by "dreamDate" property
``` objc
// Search all dreams grouped by date
NSPredicate *predicate =…
-
When tapping to edit a post in a failed state, the following was logged to the console:
> 2015-01-22 13:56:33.772 WordPress[9874:95142] **\* Assertion failure in -[UITableView _endCellAnimationsWi…
-
Steps to reproduce:
1. Tap Home
2. Wait
This is probably not reproducible 100% of the time with the above steps. But it did happen this way for me just now. This was on a branch off of `main`, …
-
Explored building a replacement for NSFetchedResultsController that is backed by Realm:
https://github.com/Roobiq/RBQFetchedResultsController
My current version works but has a few limitations. Spec…
-
We may also want to delay any updates until the next even loop when the entire Realm is updated. This will depend on how and when we decide to apply writelogs/changes on commits.
-
### Investigation
Based on longs, and testing the issue is reproducible when tapping on **author** header after blocking user. In this case, `post.siteID` is returned as `nil`, resulting in a cras…