Copilot

Results 4682 issues of Copilot

This PR resolves firewall blocking issues that prevent GitHub Copilot Coding Agent from accessing external URLs like `esm.ubuntu.com` during CI operations. ## Problem The Copilot agent was encountering firewall blocks...

This PR fixes a critical bug in the VMify compiler where repeat-until statements with local variables would fail with an "Unresolved Upvalue" error. ## Problem The issue occurred when a...

This PR implements row click listener functionality for the RecyclerView TableView, enabling users to interact with table rows for editing or other actions as requested in the issue. ## Changes...

DateRangePicker was inheriting `width: 100%` from input defaults, causing the entire row to be clickable and unintentionally opening the calendar when clicking empty space beside the component. ## Changes ###...

## Fix z Original prompt > > ---- > > *This section details on the original issue you should resolve* > > [BUG] Popup animation container has a higher z-index...

- [x] Add `wait_for_status` helper function near top of `tests/test_server.py` to poll until expected status code or timeout - [x] Replace direct assertion `assert res.status_code == 304` in `test_server_export_remote` for...

- [x] Add `wait_for_status` helper function near top of `tests/test_server.py` to poll until expected status code or timeout - [x] Replace direct assertion `assert res.status_code == 304` in `test_server_export_remote` for...

Adds repository-specific instructions for GitHub Copilot coding agent per [best practices](https://gh.io/copilot-coding-agent-tips). Creates `.github/copilot-instructions.md` with: - **Project context** - TOSCA-based deployment tool overview - **Code structure** - Python (`unfurl/`), Rust (`rust/`),...

Global variables lacked a visible Category column, forcing users to click into each variable to determine if it was a Terraform or Environment variable. Variable sets and workspace variables already...

This PR fixes critical Windows Blue Screen of Death (BSOD) crashes that occur when USB UART devices are physically disconnected and reconnected while `SerialPort.availablePorts` is being called. ## Problem Users...