Copilot
Copilot
Restores repository to commit 91157cf55db4b7c3cf9d5cdaf9abeec88ac5f942, effectively reverting the dataroom app addition and Tailwind CSS migration. ## Changes ### Restored - Organizations app with full models, views, templates, and tests -...
This PR introduces [WXT](https://wxt.dev/), a modern framework for web extension development, replacing the previous Vite + @crxjs/vite-plugin setup. ## What Changed ### Build System Migration - **Replaced** Vite configuration with...
Fixes #359. VATSIM ATIS messages containing placeholder lines (e.g., "z", "z1", "z2") were silently dropped and never displayed to users. ## Root Cause In `updateAtisMap()`, three `return` statements inside a...
Current documentation only covers Android Build Support installation via Unity Hub, leaving users who installed Unity directly without a clear path forward. ## Changes - **English tutorial** (`Website/docs/tutorial/set-up-environment.mdx`): Added "Without...
- [x] Create FallbackAvatar runtime component (marker component) - [x] Create FallbackAvatarEditor custom inspector - [x] Add localization strings for the component (EN, JA) - [x] Implement upload success callback...
Adds reflection-based provider to access AAO (Avatar Optimizer) MergePhysBone components for performance calculation. AAO's MergePhysBone is internal, requiring reflection to extract merged PhysBone data. ## Implementation - **`AAOMergePhysBoneProvider`**: Extends `VRCPhysBoneProviderBase`...
This PR addresses code duplication in the `pallas-validate` crate by introducing generic traits and functions to unify similar operations across different Cardano eras. ## Problem The `pallas-validate/src/utils.rs` file contained significant...
Migrate from external codecov service to orgoro/coverage GitHub Action for coverage reporting on pull requests. ## Changes - **Workflow**: Replace `codecov/codecov-action@v2` with `orgoro/[email protected]` in `.github/workflows/run_tests.yml` - Uses `GITHUB_TOKEN` instead of...
Addresses review feedback on #2916 requesting test coverage for the mount timeout behavior introduced by wrapping `MountSensitive` with `WaitUntilTimeout`. ### Changes - **Added `slowMounter` mock** implementing `mount_utils.Interface` with configurable delay...
What: GitHub Action workflow that runs every Wednesday at 9:00 AM UTC with manual trigger capability. Why: Enables automated weekly tasks that can be integrated with GitHub Copilot or other...