Post

Replies

Boosts

Views

Activity

Reply to I can't use update with scrum. How can I fix this?
In the DailyScrum extension, you need the code: mutating func update(from data: Data) { title = data.title attendees = data.attendees lengthInMinutes = Int(data.lengthInMinutes) theme = data.theme } This appears in the "Passing Data with Bindings" section downloadable completed code, but I think it may be missing from the step-by-step instructions (or I missed seeing it).
Apr ’22
Reply to Xcode Server incorrectly referencing local package checkouts
Feedback filed in support of continuing Xcode Server. Perhaps others would like to do the same. I like Xcode Server and it is particularly useful for non-App Store Mac applications, especially if they have sensitive (eg health) in-house only data, stored on local network repos. A big screen display of build and test status is nice and reassuring. Also, if needed you can hammer your local infrastructure with impunity, which does not sound feasible for Xcode Cloud via GitHub. Would be great for the OP bug to be fixed too. Moving from git submodules to Swift packages is great, with many upsides and reduction in churn. It's a shame to lose CI functionality as a result.
Jul ’22