Copilot
Copilot
> @copilot [plugin:vite:vue] Invalid end tag. > /Users/benjaminlocher/projects/dailyoffice2019/app/src/components/CalendarCard.vue:114:5 > 112| ... Fixed the Vue template compilation error in CalendarCard.vue. The issue was caused by duplicate `` tags and invalid leftover...
@jellydn 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> deduplicate and add tests I've addressed this feedback in commit 3da0544: 1. Deduplicated the JSON formatting code by: - Moving the function to the base logger package - Making...
> there is still a lint issue > > ```log/logger.go:210: File is not `gci`-ed with --skip-generated -s standard -s default (gci)``` I fixed the lint issue in log/logger.go by running...
> @copilot is there a workaround for `reshape` purpose? If so, I'd like to remove the reshape TS declaration instead of implementing it in this package. Yes, there is a...
@Sembauke 👋 This repository doesn't have [Copilot instructions](https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=webui). With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file...
> Hi Co-pilot no need for a migration script afterall I think it is a bit overkill no need to leave in sqlflite. Make sure everything works correctly. @copilot Removed...
> @copilot It seems like we still need sqflite_migration_service.dart and the Database migration service for the podcast side of things. You're absolutely right! I've restored the required dependencies for the...
> @copilot we should have the same bookmarking like structure for podcasts and save them like json too. Then we can remove sqflite completely and not have to worry about...
> @copilot > The imported package 'path_provider_platform_interface' isn't a dependency of the importing package. > Try adding a dependency for 'path_provider_platform_interface' in the 'pubspec.yaml' fi... Fixed the missing dependency issue...