Copilot
Copilot
> @copilot the generated visual tests show an issue with the ContextMenu that is now not visible over a Window component. Investigate. Fixed in commit 7ddc959. Changed ContextMenu popup z-index...
> @copilot When using a mobile vertical screen, the page is not taking the whole vertical space Fixed in 83a8819. The issue was that the 4:3 aspect ratio on mobile...
> @copilot Lookup Lucide.Avalonia README and usage, do not use SVG data. https://github.com/dme-compunet/Lucide.Avalonia Updated to use Lucide.Avalonia properly with the `{x:Static lucide:LucideIconKind.IconName}` syntax. Icons are now working in buttons and...
> @copilot rebase the PR Rebased onto the latest master (345de7c3). The PR now includes the migration changes applied to the new monorepo structure with packages/. Commit: 950bb7a
@colindembovsky 👋 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 the orginal problem with the tests are still happening I found the issue - there were TWO places in the test that check for `status_code == 304`, but...
> @copilot fix the Static > Analytics check Resuls Fixed in commit c91d9c4. Removed unnecessary variable initializations that were causing static analysis issues.
> @copilot investigate and fix the existing test error so we can merge with confidence Investigated the test failures. The failing tests are all in the `ident-*` suites across multiple...
> @copilot go-ethereum has the same issue? Yes, go-ethereum has the same issue. Their `callLog` struct in `eth/tracers/native/call.go` also lacks the `index` field - it only has `Address`, `Topics`, `Data`,...
> > > @copilot go-ethereum has the same issue? > > > > Yes, go-ethereum has the same issue. Their `callLog` struct in `eth/tracers/native/call.go` also lacks the `index` field -...