Copilot

Results 4682 issues of Copilot

Updated version codename from "Snowdrop" to "Poinsettia" and bumped the version number from 4.13.x to 5.0.0 throughout the repository. **Changes:** - `build.gradle.kts` - Version changed from `5.0.0-SNAPSHOT` to `5.0.0` -...

Updates YetAnotherMessagesLibrary dependency to 7.0.0-SNAPSHOT, adapting to breaking API changes in the new version. ### Dependency changes - Version bump `6.8.0-SNAPSHOT` → `7.0.0-SNAPSHOT` - Added `tools` module (houses `replace` and...

## Implementation Complete ✅ Successfully implemented the `{G-MEMBER-X}` placeholder feature for FunnyGuilds with **permission priority caching** and **memory leak fixes**. ### Latest Changes (Addressing Review Feedback) **Test improvements:** - ✅...

PR #2620 had merge conflicts with 4.x due to unrelated commit histories (grafted commits). This PR resolves those conflicts by rebasing the Paper chat event support onto current 4.x. ##...

Enables automatic distribution of FunnyGuilds releases to multiple plugin platforms, addressing access limitations on hosting providers that restrict custom JAR uploads. ## Changes - **New workflow** `.github/workflows/release-publish.yml` - Triggers on...

Changes the default value of `auto_load_libs` from `True` to `False` in CLE's loader. linked: https://github.com/angr/angr/pull/5374 --- ✨ Let Copilot coding agent [set things up for you](https://github.com/angr/cle/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works...

Enables human-readable labels for Select option values, particularly useful when values are hex codes or other technical representations. ## Changes **Core logic** (`select-plugin.ts`): - Detect arrays of `{value, label}` objects...

## Fix Controls rendering in StrictMode inside R3F Canvas **Problem:** Controls added from components inside `@react-three/fiber` Canvas do not render correctly when React StrictMode is enabled. The issue is related...

Migrates build system from preconstruct to turborepo + tsdown following the pattern in https://github.com/gsimone/tailwind-styles-embed. ## Changes - **Build tooling**: Replaced `@preconstruct/cli` with `[email protected]` and `[email protected]` - **Turbo configuration**: Added `turbo.json`...

Fix suffix being concatenated to numerical input values ## Summary Fixed a bug where the `suffix` option was being appended to the actual numeric value returned to users instead of...