Copilot
Copilot
When `MsgContext` is used in JavaScript eventloop async callbacks (e.g., `setTimeout`), `seal.format()` returns incorrect values due to unsafe attribute loading: ```javascript // Synchronous: returns 10 ✓ seal.format(ctx, "{闪}"); // Async:...
Custom attribute values set via `.st` were omitted from `.rc` check output despite being included in calculations. Result showed `9[d20] + = 13` instead of `9[d20] + 4 = 13`....
`InvalidArgument` duplicated behavior already provided by Python's `TypeError` and `ValueError`, adding unnecessary API surface and diverging from Python conventions. ## Changes - **Removed** `InvalidArgument` class from `errors.py` and `__all__` exports...
Enables passing `HTMLElement` or Vue refs directly to `useReward`, eliminating the need for string IDs when using Vue 3.5's `useTemplateRef`. ## Changes **Type signature update** - `useReward` now accepts `MaybeRefOrGetter`...
The README file contained multiple outdated references to the `konveyor` organization and community after the crane project migrated to `migtools`. This was causing broken links and confusion for users trying...
This PR adds warning messages when SecurityContextConstraints (SCCs) are exported to help users understand the elevated privilege requirements on destination clusters. ## Problem When migrating applications from Kubernetes to OpenShift,...
Identified critical security vulnerabilities and performance bottlenecks in emoji search and database operations. ## Security - **SQL injection**: Escape single quotes in user input across `search_description()`, `select_by_group()`, and `increment_selection()` ```javascript...
- [x] Document comprehensive egui 0.32.2 migration investigation - [x] Identify critical winit 0.30.12 platform compatibility blocker - [x] Update dependencies to demonstrate migration attempt - [x] Revert to stable...
# Pull Request Check List Resolves: #issue-number-here - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. ## Description Implements a capability discovery API to answer...
This PR implements a comprehensive C++ test infrastructure for the Inventory System gdextension, migrating all existing tests from the GDScript addon version to C++ with full CI/CD integration and cross-platform...