Copilot

Results 4682 issues of Copilot

This PR adds official support for Python 3.14 to the ModECI MDF repository. ## Changes ### Package Configuration - **pyproject.toml**: Added `"Programming Language :: Python :: 3.14"` classifier to declare...

Addresses feedback on #837: NestJS throttler v6+ uses milliseconds for TTL, not seconds. ## Changes - **Global throttle TTL**: Corrected from `60` (60ms) → `60000` (60 seconds) - **Auth throttle...

This PR fixes the issue where `module.exports = { ... }` object literals were being stripped entirely instead of being transformed to proper ESM exports. ## Problem Previously, when transforming...

This PR fixes an issue where absolute imports (imports that don't start with `.` or `..`) were not being converted to include `.js` extensions, while relative imports worked correctly. ##...

This PR implements smart handling of package exports and subpath imports to distinguish between legacy packages that need `.js` extensions and modern packages with `exports` field that should remain unchanged....

This PR removes the legacy `Children.map` usage from the tts-react library and replaces it with modern React patterns, following the guidance from React's documentation on [Children.map alternatives](https://react.dev/reference/react/Children#alternatives). ## Changes Made...

## PR Summary Updates dependencies from 2023 versions to November 2025 releases. Migrates to GA Azure AI SDKs, eliminates 18 API vulnerabilities, reduces UI vulnerabilities from 41 to 9 (dev-only)....

## Overview This PR adds support for configuring ClickHouse session settings through the Laravel configuration file, enabling users to work with nested JSON data and other ClickHouse features that require...

## Summary: Python Pipeline Support Implementation Complete ✅ All requirements from the issue have been successfully implemented. The Jenkins shared library now has comprehensive Python application support. ## What Was...

## Adding Next.js Pipeline Support to Jenkins Shared Library This PR implements comprehensive Next.js application support following the existing patterns used for Java, Node.js, Angular, and Ruby. ### ✅ All...