Dan Halliday
Dan Halliday
> Is there a reason why you declare a typealias? Instead of @TemplateValue(ListWidgetQuery.Data.self)? No, no good reason at all — I was having trouble figuring out which APIs to use...
I noticed this line in the sample project, but couldn’t figure out how it could work. `.reference("context.route.baseUrl/show/context.item.id")` https://github.com/mattesmohr/Website/blob/f2031e42155fde6558d19a69c45e8b2b2c75069d/Sources/App/Views/ArticlePageTemplate.swift#L93
Many thanks. I’m still not able to log in (`Email/password is incorrect or your account does not have password authentication enabled`). On the off chance I actually am not using...
@nan-li All our user IDs are UUIDs, with the usual format (eg. `3a0e68e4-7cc3-4602-ac61-131d00222d01`). This doesn't seem to be something that would cause an issue with URL encoding or other serialisations....
@nan-li Yes I’m afraid this is all I have from Crashlytics and the crash is rare enough that I never see it in development (but common enough with thousands of...
@nan-li This one looks promising for 5.1.3. Not seen it again yet.
@ethanwa I think your crash is more likely this: https://github.com/OneSignal/OneSignal-iOS-SDK/issues/1365? Or perhaps they are the same root cause. There’s some very bad stuff going on with OneSignal’s user default implementation...
@nan-li Thank you for your help. I am still waiting for my release containing 5.1.6 to roll to 100% of my user base so I’ll know more in a week...
@nan-li FYI this is not fixed in 5.1.3.
We are seeing in the ballpark of 0.1% of sessions produce something like this bug (we have several different traces though which I think are ultimately this same one). Naturally...