Copilot
Copilot
> @copilot Update copilot instructions to use the new tools: ruff, pre-commit. Updated copilot instructions to use ruff and pre-commit instead of flake8. The instructions now reflect the modern tooling...
> @copilot This looks good. FYI, I rebased the PR myself to address an eslint error in `frontend/src/stimulus/controllers/dynamic/sort-by-config.controller.ts` > > With regards to the Deferred Items, let's... Switched to `lodash-es`...
> @copilot Let's take care of these global usages next: > > > 131 files still use the global _.* pattern - these continue to work but are now using...
> @copilot I've worked on this offline in the meantime and pushed some changes. Please take a look and compare with the original task-in-hand, bearing in mind there may be...
> @copilot let's give this another go Completed the conversion. All global `_.*` usages for one-to-one ES6 replaceable methods have been replaced with explicit lodash-es imports or ES6 equivalents. Latest...
> @copilot can we try again? Verified that all review feedback has been addressed: - Build passes ✅ - All 436 tests pass ✅ The PR now has: - ES6...
> @copilot I've tried to finish off the migration myself. I've squashed down the commits in preparation for human-review and eventually merging. I've also removed the global and the lodash...
> @copilot Please go through and do a check of your work. Update the PR description accordingly. Please ensure the migration of `some` is also mentioned. Verified the migration is...
@TerryHowe 👋 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 try again, your last attempt got stuck I've successfully implemented the per-file export preferences system! The solution addresses the core issue where the plugin was defaulting to enabling...