Copilot
Copilot
> @copilot: Merge `main`, carefully follow all `AGENTS.md` instructions. Merged `main` branch (6 new commits) and added missing AGENTS.md requirements (commit 643da28): - Added experimental badge via `r lifecycle::badge("experimental")` -...
> @copilot Use logical CSS properties for stylinf Updated the theme switcher to use logical CSS properties for better RTL support (d93f60f): - `inset-block-start` / `inset-inline-end` for positioning - `inline-size`...
> @copilot Implement focus handling and keyboard navigation following the official menu pattern https://www.w3.org/WAI/ARIA/apg/patterns/menubar/ Implemented proper focus management and keyboard navigation following the WAI-ARIA menu pattern (ce1a44e): **Focus Management:** -...
> @copilot > > - Fix the tab handling to follow the WCAG pattern: "Tab and Shift + Tab: When focus is on a menuitem in a menu or menubar,...
> @copilot Pressing tab closes the menu but focus is lost (set to the body element). I guess it's because the currently selected item has `tabindex="0"`, so pressing tab puts...
@dwisiswant0 👋 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 use .NET 8 (it's LTS) I've tested targeting net8.0, but this significantly reduces test success rate from 255 passing (83.6%) to only 99 passing (32.5%). The issue is...
> @copilot before creating commits, always run this command to ensure the dotnet-format workflow never fails: `dotnet format whitespace -v:diag --exclude ~/.nuget; dotnet format style -v:diag --exclude ... Applied formatting...
> > > @copilot use .NET 8 (it's LTS) > > > > I've tested targeting net8.0, but this significantly reduces test success rate from 255 passing (83.6%) to only...
> @copilot feel free to upgrade to .NET10. make sure it's set up in your env before running. SLNX format requires .NET 10. Upgraded to .NET 9 (commit 0029094) as...