Copilot

Results 4682 issues of Copilot

This PR provides comprehensive Traditional Chinese (Taiwan) translations for the most essential sections of the `library/sys.po` documentation file, addressing the core functionality that Python developers reference most frequently. ## Translation...

This PR provides a comprehensive translation of the `library/decimal.po` file for the Python Documentation Chinese (Taiwan) translation project. All major sections mentioned in the issue have been translated while maintaining...

The ytdlp download feature was triggering when URLs were sent to saved messages (messages to self), creating unwanted downloads. ## Changes - **Early exit for saved messages**: Compare `message.chat.id` with...

Adds Avalonia 11 UI framework support following the established WPF/WinForms pattern. Enables cross-platform desktop applications with full generic host integration (DI, logging, lifecycle). ## Core Library (`Dapplo.Microsoft.Extensions.Hosting.Avalonia`) - **Interfaces**: `IAvaloniaBuilder`,...

The Azure Functions logo in the README was not displaying due to a broken URL reference. The old URL was pointing to a path that no longer exists in the...

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

Implements a complete declarative per-node migration system that allows node authors to declare migrations in Python without writing TypeScript code. ## Overview This PR adds a new migration system where...

## Overview Implements automated generation and publishing of comprehensive node documentation to address issue #2034, which requested a way to view all supported filters/functions (nodes) without installing chaiNNer. ## Solution...

This PR updates the README.md to reflect current project requirements and standards: ## Changes Made ### Go Version Requirement Updated the Go version requirement from "Go 1.11 or higher" to...

Upgrading Vue 2 to Vue 3 and replacing Vuex with Pinia in the admin frontend: - [x] Analyze current Vue 2 setup with Vuex 3.1.3 - [x] Identify 45 store...