Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/facemesh ios #3215

Draft
wants to merge 11 commits into
base: ucr
Choose a base branch
from

Conversation

Sufeenshaikh
Copy link

Facemesh extension for iOS

@AppInventorWorkerBee
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link
Contributor

@daki7711 daki7711 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's erase the comments first

// guard let _webview = _webview else {
// throw AIError.webviewerNotSet
// }
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's erase all commented out code

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed all the commented-out code

// // showImagePicker()
// }
// }
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto

// -*- mode: conf; -*-
// Copyright 2023 MIT, All rights reserved.

DEVELOPMENT_TEAM = "Your Team ID here"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to restore this?

@@ -352,6 +352,7 @@
TargetAttributes = {
06463EF71D95956800B23DCD = {
CreatedOnToolsVersion = 8.0;
DevelopmentTeam = A35W4MM59Y;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think all of these changes shouldn't have been added during github add, in a big project never do git add . . I know it's tedious but always do git add <individual files you want to add>

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted. I'll be more careful with git add in the future.

@@ -58,7 +94,7 @@ open class ImageSprite: Sprite {
}
}
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clear out these minor changes and make the code consistent as possible

}else {
print("request not loaded")
}
showImagePicker()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you align the number of shifts? in mac all you need to do is command + a and then control + i

&& normalizedAngle > 90 && normalizedAngle < 180)
|| (e == Direction.southwest
&& normalizedAngle > 180 && normalizedAngle < 270)
|| (e == Direction.southeast && normalizedAngle > 270)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All these additional spaces seems unnecessary, can you restore them?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the extra spaces. They were probably there from before.

@daki7711 daki7711 marked this pull request as draft August 27, 2024 15:56
@Sufeenshaikh Sufeenshaikh marked this pull request as ready for review August 28, 2024 13:23
@Sufeenshaikh
Copy link
Author

Sorry! I accidentally marked as ready for review

@Sufeenshaikh Sufeenshaikh marked this pull request as draft August 28, 2024 13:36
@daki7711
Copy link
Contributor

Sorry! I accidentally marked as ready for review

No need to sorry about this, I just did it to make sure we need review. Once things work we will convert it back to ready to review.
Please update the code as I suggested and push a new one

@Sufeenshaikh
Copy link
Author

I've implemented the requested changes and pushed a new commit (913eb7f)

Change-Id: Ia032137c1788c4672d646bc9c93c44bf0bf300bc
@ewpatton ewpatton added the testflight This PR is deployed via Apple TestFlight label Sep 6, 2024
@ewpatton
Copy link
Member

ewpatton commented Sep 6, 2024

This is now on TestFlight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants