Copilot

Results 4908 comments of Copilot

> @copilot also modernize the code to ES6 and rewrite it completely also add test code. Update DB Schema also add support redis wherever it is required. Complete ES6 modernization...

> @copilot can you address the build failures? They seem to be about ts-ignore which is no longer needed. Fixed in d3f2554. Removed all unused `@ts-expect-error` directives from files that...

> @copilot please fix the build failure. Fixed in 629475a. The TypeScript error was caused by `href` and `rel` being typed as `string | null` from the Props definition, but...

@yxxhero 👋 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...

@rickhelmus 👋 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...

> @copilot > > - validate that custom featureQualities are named ... I've implemented all the requested changes: 1. ✅ Added validation that custom featureQualities are named 2. ✅ Added...

> @copilot since the quality names are now dynamic, the featureQualityNames() functions seems redundant. Make the following changes > - move the featureQualities slot from featureGroups to features and m......

> @copilot Great start. Please optimize the string case as you noted. Also, clean up the code where possible. I've optimized the string case performance and cleaned up the code...