Post

Replies

Boosts

Views

Activity

Comment on Is .installTap the equivalent of a C callback function?
I'm just guessing here, sorry for that. Doc (SFSpeechRecognitionRequest) states that you could analyze partial request "For example, use the shouldReportPartialResultsproperty to specify whether you want partial results or only the final result of speech recognition." I interpret that, if you don't ask for partial request, recognitionTask will wait for a full buffer before calling its closure. But that's just a guess. I read this. Interesting , but not the answer to the question       https://stackoverflow.com/questions/51888726/speechrecognizer-not-returning-answer.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’21
Comment on Board display problem
Comment voulez vous que l'on vous aide si vous ne montrez pas tout le code ! Vous devriez aussi vérifier que le indexPath.row est valide:                 if indexPath.row < marque.modele.count { cell.modeleLabel.text = marque.modele[indexPath.row] } else { cell.modeleLabel.text = "---" }     Montrez en particulier le code de didSelectRow si vous en avez écrit un.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’21
Comment on Simple ForEach gets dreaded compiler is unable to type-check this expression in reasonable time
Thanks for feedback. Effectively, the message is not very helpful. In addition, points.y should be detected as an error… Don't forget to close the thread.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on How to filter data from an api, and how to use userdefaults to load and save data?
Could you tell what your assignment exactly requires ? May be not to save all data to UserDefaults, but just some meta data ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Is .installTap the equivalent of a C callback function?
I'm just guessing here, sorry for that. Doc (SFSpeechRecognitionRequest) states that you could analyze partial request "For example, use the shouldReportPartialResultsproperty to specify whether you want partial results or only the final result of speech recognition." I interpret that, if you don't ask for partial request, recognitionTask will wait for a full buffer before calling its closure. But that's just a guess. I read this. Interesting , but not the answer to the question       https://stackoverflow.com/questions/51888726/speechrecognizer-not-returning-answer.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Why "let/var" and not "const/var" in Swift?
have a good end of year too. If you are interested in Swift inner details, there is a good site to visit: https://www.swift.org
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Problème d'affichage d'un tableau dans une TableView
Si vous voulez, donnez une adresse mail de contact. Ce sera plus pratique.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on 60gb space gone after Xcode update
You should ask to Apple support.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Change the position of a shape
Where did you define columns ? And this code is different from original post (no Button { } here). So what is the complete code to test ?
Replies
Boosts
Views
Activity
Dec ’21
Comment on Forum full of spammers
Yes they have been cleared. Thanks. It would be great to have this spam issue solved (notably those spam which always have the same pattern). Could there be a learning process to recognise such spams (training based on the moderator decision to remove) ?
Replies
Boosts
Views
Activity
Dec ’21
Comment on DateEncodingStrategy.custom encoder is immutable type?
There is a detailed explanation of it here: https://stackoverflow.com/questions/48658574/jsonencoders-dateencodingstrategy-not-working
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on 60gb space gone after Xcode update
I never noticed using 60 GB more at each update. But maybe, If I add a new version along existing ones.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Function returns an empty array but the same function can return a filled NSMenu
Thanks for feedback. Don't forget to close the thread on the correct answer.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on es_process_t cdhash to String in Swift
Sometimes, this forum is Great. Thanks Quinn.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on How to submit images in review process
Yes, this simple help (Cmd-S) could be indicated when AppStoreConnect detects a wrong format. Feel free to file a bug report to suggest an improvement.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Board display problem
Comment voulez vous que l'on vous aide si vous ne montrez pas tout le code ! Vous devriez aussi vérifier que le indexPath.row est valide:                 if indexPath.row < marque.modele.count { cell.modeleLabel.text = marque.modele[indexPath.row] } else { cell.modeleLabel.text = "---" }     Montrez en particulier le code de didSelectRow si vous en avez écrit un.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on iOS safari advanced experimental features
And take screenshots of all the settings, to be able to restore if needed.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21