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

issue/8608 #2801

Merged
merged 1 commit into from
Aug 21, 2024
Merged

issue/8608 #2801

merged 1 commit into from
Aug 21, 2024

Conversation

leunge
Copy link
Contributor

@leunge leunge commented Aug 21, 2024

@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Aug 21, 2024
@leunge leunge merged commit 824bc0d into develop Aug 21, 2024
3 checks passed
@@ -312,6 +312,7 @@ class MediaPipeUtils {
},
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace / with ·/·

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

@@ -312,6 +312,7 @@
},
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <space-infix-ops> reported by reviewdog 🐶
Operator '/' must be spaced.

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

@@ -384,6 +391,7 @@
deviceId: { exact: this.videoInputList[target][1] },
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace / with ·/·

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

@@ -384,6 +391,7 @@
deviceId: { exact: this.videoInputList[target][1] },
width: this.VIDEO_WIDTH,
height: this.VIDEO_HEIGHT,
aspectRatio: 16/9,
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <space-infix-ops> reported by reviewdog 🐶
Operator '/' must be spaced.

Suggested change
aspectRatio: 16/9,
aspectRatio: 16 / 9,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue 내부 이슈 처리를 위한 PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant