Copilot

Results 4682 issues of Copilot

In layer 4 load-balanced MySQL environments, `MySqlCommand.Cancel` could potentially cancel queries on the wrong server if connection IDs are reused across different MySQL servers. The original implementation only used IP...

## Problem MongoDB serialization fails when upgrading from Elsa 3.3.5 to 3.4.0 because the `FlowScope` class structure changed between versions. The old version had an `OwnerActivityId` property that was removed...

This PR adds support for Microsoft Power Fx as a new expression type in Elsa Workflows, providing an Excel-like formula language option for workflow expressions. This makes Elsa more accessible...

This PR adds an extension package `Elsa.MassTransit.Extensions` that enables MassTransit scoped filter registration with `IBusRegistrationContext` in Elsa Workflows. ## Problem Solved The standard Elsa MassTransit integration packages (`Elsa.ServiceBus.MassTransit.*`) don't provide...

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....

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....

This PR migrates pure unit tests from the `test/Azure.Functions.Cli.Tests` project to the dedicated `test/Cli/Func.Unit.Tests` project. The goal is to separate unit tests (which test individual components in isolation) from integration/E2E...

This PR addresses two issues with the `search_nn_dist` method in the KDNode class: 1. Properly documented the distance calculation behavior: - KDNode.dist() returns squared Euclidean distance - search_nn_dist expects a...

## Issue The current regex pattern used to validate array indices in the `jsonpointer` package incorrectly accepts indices with leading zeros (such as "01", "00", "0123"), which violates the JSON...

- [x] Analyze the issues with the jsonpointer command-line tool - [x] Understand the differences between v1 and v2 behavior - [x] Create test files to verify current behavior -...