Copilot

Results 4682 issues of Copilot

Converts all 10 examples in the examples folder into automated Playwright tests, replacing Parcel with `@eeue56/gweld` as the server. ## Changes - **Replaced Parcel with gweld**: Updated all example `package.json`...

## Addressing Review Feedback on Programmer Recommendations ### Changes Completed ✅ - [x] Remove BeagleBone Black from main recommendations (slow, outdated) - [x] Remove mention of screwdriver firmware (not maintained)...

This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot with detailed instructions on how to work effectively with the heads-wiki Jekyll documentation site. ## What's Included The instructions...

### 📄 What has changed Adds opt-in Gateway API HTTPRoute support to proxy, ui, and bff services while maintaining backward compatibility with existing Ingress resources. #### Implementation - **HTTPRoute templates**...

Adds the latest release (v0.0.25) of the TryFi integration for GPS dog collar tracking. ## Changes - Added TryFi integration to `script/sync-components` with renovate tracking - Installed integration by running...

Implemented a debug-only e2e path to launch WoW UI, click Export/Import, and validate addon flow via the existing `/myslot` command, and added debug metadata stamping to exported text. - **Test...

Users need to load profiles containing only specific action bars (e.g., a shared "mounts" bar) without clearing other bars. Currently, loading a profile with only Bar 6 will clear Bars...

PR90 ports compatibility and UX tweaks: keybinding restoration now targets the proper binding set, interface versions are aligned to 11.2/Classic/Mists, and the export profile dropdown gains an Organize menu with...

Toys placed in action bars were not preserved during export/import, even when the target character had learned them. WoW's `GetActionInfo()` returns toys as "item" type, indistinguishable from regular items. ##...

`Claims.add()` was deleting all existing claims with the same property when adding a new claim, contrary to user expectations. The default behavior was `REPLACE_ALL`, marking existing claims for removal on...