Copilot
Copilot
### Description Replace direct `useSelector((state) => getSetting(state, key))` pattern with `useSetting(key)` throughout the entire codebase where the `useSelector` import is only used for `getSetting`, or where the refactoring improves code...
This PR fixes a foreign key constraint violation that prevents the ycom addon from being uninstalled properly. ## Problem When attempting to uninstall the ycom addon, users encounter this error:...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ✔️ | Fixed issues | #211, #333 `symplify/git-wrapper`...
## Problem When generating release news text, multiline changelog entries were being truncated, losing important content on continuation lines. This affected the quality and completeness of release announcements. **Example of...
This PR fixes a critical issue where Coturn would permanently stop allocating ports after approximately 4 billion allocation/release operations due to uint32_t integer overflow. ## Problem The `_turnports` structure uses...
Adds an example demonstrating a custom plugin that adds a `requiredTypename()` method to interface and union refs, enforcing `__typename: string` as a required property through TypeScript's type system. ## Implementation...
Integration tests requiring ROS backend were failing in regular CI builds due to attempting connections to non-existent ROS servers, causing timeouts with `roslibpy.core.RosTimeoutError`. ## Changes - **`.github/workflows/integration.yml`**: Set `COMPAS_FAB_INTEGRATION_TESTS=1` environment...
This PR implements validation to prevent GraphQL schema violations where scalars and nodes (types) cannot have the same name. ## Problem Previously, Hiku allowed both a scalar type and a...
- [x] Review existing `.github/copilot-instructions.md` file - [x] Understand repository structure and purpose - [x] Create `AGENTS.md` file at repository root following AGENTS.md standards - [x] Add repository metadata and...
## Issue Users who selected the dark theme when building their site reported that the hero section appeared all white after being hosted for a week. ## Root Cause When...