Copilot
Copilot
> @copilot - this change needs a changelog entry. Added changelog entry in commit 735ca53.
> @copilot let's add a test so we don't regress Added unit tests in `DisposeHelperTests.cs` to verify that `CleanupAsync` is called correctly and to prevent regression. The tests verify: 1....
> @copilot Fix the comments and add a story for the new api Fixed the comment in select-plugin.ts to document array of {value, label} objects format, and the `ValueLabelObjects` story...
@mrecachinas 👋 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 CI is failing with > > ``` ... Fixed the twine check error by updating the license configuration in pyproject.toml from `license = {text = "MIT"}` to `license...
> @copilot CI is still showing that error... can you double check the workflow and that you're testing it similarly? I found and fixed the issue. The problem was that...
> @copilot Can we just change the license to MIT and completely get rid of setuptools? Seems like the custom license and setuptools could be causing issues. Changed the license...
@claudiaregio 👋 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 i think the planning went a bit to far. This is a utility that developers can manually run, or include in scrips or workflows to validate their environment....
> @copilot i like the plan but not the order. lets do all the modeernization, improvements for dev productivity, tooling, testing, typescript conversion, api improvements, etc BEFORE we add new...