Copilot
Copilot
## Overview This PR fixes a critical bug in the Python version update workflow and updates all Python versions to their latest releases for the October 2025 stack update. ##...
This PR adds comprehensive GitHub Copilot instructions to help developers work effectively with the Microsoft Oryx build system codebase. The instructions were created through extensive exploration and validation of the...
This PR updates Python 3.13 support to include the latest version 3.13.7, as requested in the issue. The repository previously had Python 3.13 versions up to 3.13.5 with some gaps...
This PR verifies and confirms that the security vulnerabilities reported in the issue have already been resolved. The project is currently using node-forge version 1.3.1, which is higher than the...
## CompositePotential Implementation - Complete This PR implements `CompositePotential` and `planarCompositePotential` classes that allow combinations of potentials to be called with method functions like individual potentials. ### Final Summary of...
## Description Fixes #1476 - Memory leak where React children rendered in tooltips were not being properly cleaned up, causing DOM nodes to accumulate when tooltips were shown and hidden...
Addressed three documentation TODOs that were blocking self-sufficiency and completeness. ## Changes - **README.md**: Added codecov badge for examples section following existing pattern - **gnovm/cmd/gno/README.md**: Replaced empty TODO with quick-start...
This PR removes the unmaintained localnet infrastructure that has been causing issues for bug bounty hunters and developers. The localnet setup was problematic because it gave users false confidence in...
WebSocket connections were hardcoded to IPv4. Users cannot connect to IPv6-only servers. ## Changes - **Added `inet_family` field** to `WebSockex.Conn` struct (defaults to `:inet` for backward compatibility) - **Pass inet_family...
## Problem International phone numbers were being truncated when editing Person or Family records. For example, a Finnish phone number `+3587570321908` (14 digits) would be shortened to `(358) 757-0321` (10...