-
Sentry: https://sentry.io/share/issue/68ce8485d27d458bbe59d24ab180c8c8/
Discussion: p1638850640127900-slack-C012H19SZQ8
```
NSGenericException
*** Collection was mutated while being enumerate…
-
💭 It is uncanny how much [SharedObservation](https://github.com/groue/GRDB.swift/pull/1088) (not shipped on the master branch yet) looks like a cache.
Since it is always able to notify its [latest …
groue updated
3 years ago
-
We've got a few instances of this via Crashlytics:
```
aCrashed: com.apple.main-thread
0 libswiftFoundation.dylib 0x1a1e5b1bc static Date._unconditionallyBridgeFromObjectiveC(_:) + 48
1 …
-
## What did you do?
0 libswiftFoundation.dylib 0x00000001ab239328 static Date._unconditionallyBridgeFromObjectiveC(_:) + 52 (Date.swift:0)
1 StreamChat 0x00000001060067…
-
I'm using Swift 5 and SQLite. Database creation and table creation is done but I'm having trouble to get the data of the table and list this data in uitableview. I read all the documents but couldn't …
-
### Expected behavior
Replying to a Comment should successfully add the Comment to the Comments list.
### Actual behavior
If there is not a comment for the current day, replying to an existing co…
-
I left Pulse Pro running on my machine overnight while it was still receiving data from the Simulator and it gobbled up a significant amount of memory such that the OS gave me the following alert:
…
-
I'm wondering how to best use GRDB structs with DiffableDataSource. I've already learned that, since structs are value types, it is better to build datasources that store the ID, and not the value. Th…
-
## What did you do?
Deleted a chat message in a reply thread
## What did you expect to happen?
Message to be deleted without problem
## What happened instead?
App crash:
`2021-08-19 09:07:37…
-
Using PredicateKit version 1.4.0
I need to map the generated predicate or request back to CoreData classes.
A short demo using the examples in readme file:
```swift
let predicate: Predicate …