-
-
Notifications
You must be signed in to change notification settings - Fork 8
Disable Vue due to 80-char wrap bug #451
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
Conversation
👋 Hello @glenn-jocher, thank you for submitting an Please review the following checklist to ensure your pull request is ready for integration:
You can find more details in the Contributing Guide. If you have any questions, feel free to leave a comment. Thank you for helping improve Ultralytics! 🚀✨ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #451 +/- ##
=======================================
Coverage 67.30% 67.30%
=======================================
Files 22 22
Lines 1312 1312
=======================================
Hits 883 883
Misses 429 429 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Fantastic work, @glenn-jocher! 🚀 Your attention to detail in improving file header handling for Vue components and keeping the package version up to date is truly appreciated. As Leonardo da Vinci once said, "Details make perfection, and perfection is not a detail." Your commitment to these refinements ensures a smoother experience for both developers and users. Thank you for making Ultralytics projects even better—your contributions drive excellence forward! |
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Improved file header handling for Vue components and updated the package version. 🚀
📊 Key Changes
.vue
files to use HTML comments (<!-- ... -->
) instead of JavaScript-style comments.🎯 Purpose & Impact