Thomas Visser
Thomas Visser
It would be great to get this merged. Anything I can help make that happen?
Thanks for looking into this; I agree the advice makes sense. That would lead to quite a few actions on the row: - update hp - roll initiative - open...
Sounds good. I wonder if we need to manually combine all into a single element/sentence or if that is handled by the system if we use `.accessibilityElement(children: .combine)`
🤦 indeed. I'll pick this up after merging the PRs.
This doesn't fix the issue completely, unfortunately. While the crash is gone when build & running from Xcode (even Release configuration), it is still present with a build through TestFlight.
I've pushed a fix that actually works when archiving the app too. It seems that the compiler (or linker?) is eager to strip away `IKTAddSuperImplementationToClass` as it seems unused. No...
The failed CI tasks answer my question, I think. SuperBuilder has to be a separate target for SPM because it's Objective-C. You don't want it to be a separate target...
I encountered the same problem. Downgrading to 1.5.3 consistently solves the issue for me.
> Unless I'm missing something, this does behave how I would expect. You are concatenating the effects, and so the .cancel(id:) effect doesn't even start up until the cancellable effect...
> I'm sorry, I may be missing something obvious, but because you are using .concatenate the .cancel does not start at all until the .task { ... } has fully...