Post

Replies

Boosts

Views

Activity

Comment on Generates all possible subsets of a given set, excluding the empty set. (non sorted)
Hello Claude long time not see you hope you doing well man 😄. thanks for replying btw if we change the return to Set we are facing to re-do all logic for other's functions because once It gets called here var allSubsets = generateSubsets(initialSet: mergedSet) allSubsets.insert([FeatureStatus.default.rawValue]) return sort(status: status, keys: allSubsets) the sort function expects keys as private static func sort(status: FeatureStatus, keys: Set<Set>) -> [Set] {
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’24
Comment on Debug Failed in Xcode Simulator
I found another workaround on terminal sudo xcode-select -s /Users/Documents/xcode16.3/Xcode.app/Contents/Developer worked for me
Replies
Boosts
Views
Activity
Apr ’25
Comment on Generates all possible subsets of a given set, excluding the empty set. (non sorted)
thanks for helping Claude we got it fix
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Generates all possible subsets of a given set, excluding the empty set. (non sorted)
thanks after testing the code we decided to go on with your approach
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Generates all possible subsets of a given set, excluding the empty set. (non sorted)
as we have some rules inside the app that we cannot change, that's why the logic needs to improve we make like 300 calls for this function and will take years to complete
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Generates all possible subsets of a given set, excluding the empty set. (non sorted)
Hello Claude long time not see you hope you doing well man 😄. thanks for replying btw if we change the return to Set we are facing to re-do all logic for other's functions because once It gets called here var allSubsets = generateSubsets(initialSet: mergedSet) allSubsets.insert([FeatureStatus.default.rawValue]) return sort(status: status, keys: allSubsets) the sort function expects keys as private static func sort(status: FeatureStatus, keys: Set<Set>) -> [Set] {
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on edit certain section in viewForFooterInSection
thank you so much the problem was I wasn't reloading the correct section so the switch case the section 3 was never reached, but now is being reloaded properly
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22