Alex Grebenyuk
Alex Grebenyuk
I think it's safe to say that it can be closed now as it was an HTTP3-related issue. What's the latest on it is another story.
Dropping a note here as well, as it was discussed internally: it might be worth switching to [native date](https://github.com/CreateAPI/NaiveDate/blob/97176a265165680313f4c3a34e98ab1303932912/Sources/NaiveDate.swift#L6) here to eliminate any potential issues with timezones, time, and `Date`...
Fixed in 24.9. It now simply says "Publish Date" and uses a shorter format to make sure the data always fits.
It's likely fixed by #22966. Since there are no steps to repro, I would just leave this bug open and close it if there are no more similar reports in...
Fixed in 24.9. **RCA** - `controllerDidChangeContent` produces an incorrect set of updates - the app catches an ObjC exception and try to call `reloadData` and it hoses the updates
When the category `PostCategory` has no parent, it's indicated by `0`. ```swift ({ ID = 1; name = Uncategorized; parent = 0; }) ``` The value is modeled using `NSNumber...
There was a spike in 25.0. It's worth adding some defensive code and converting it into an assertion.
Not yet, if you find out how, I would appreciate if you could post it here. Should be doable with some AppKit...
Yes, this is not meant to work on iPhone. I'm surprised it works at all. Thanks for posting it so that there is now a reference.
Hey, @sean-escendant. Thanks for raising this. I think it's a valid concern, and this change also had other implications: a slight impact on performance and potentially higher memory use _if_...