filipesaz

Results 4 issues of filipesaz

Hi! You are declaring: let lightImpactGenerator = UIImpactFeedbackGenerator() let heavyImpactGenerator = UIImpactFeedbackGenerator() Where, it seems to me, you need to be declaring: let lightImpactGenerator = UIImpactFeedbackGenerator.init(style: .light) let heavyImpactGenerator =...

Hi! I was blocking the main thread and waiting sync for TrueTime response. But it would forever wait! Upon inspection, I realized that even though TrueTime code appears to be...

Xcode project that creates MacOS libraries from CGALWrapper. I documented the project configuration, and the modifications I had to make to CGALWrapper so that it would compile in Xcode, in...

Hi! I believe that I have successfully created dynamic and static library files for MacOS. Should I create a pull request with the Xcode project that creates the files? Should...