Copilot

Results 4682 issues of Copilot

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 implements comprehensive Microsoft365DSC resources for Microsoft Places management, enabling infrastructure-as-code configuration of workplace locations through PowerShell DSC. ## Overview Microsoft Places is a Microsoft 365 service for managing...

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

# Vue 3 Compatibility This PR adds support for Vue 3 while maintaining Vue 2 compatibility, allowing users to use FormVuelar with both Vue versions. This is achieved by creating...

This PR removes the problematic transient `SkipStateAndStatusInRlp` property from `TxReceipt` and replaces it with a clean RLP behavior-based approach as requested in the issue. ## Problem The `TxReceipt.SkipStateAndStatusInRlp` property was...

## Summary Updates Sepolia's `AncientReceiptsBarrier` and `AncientBodiesBarrier` from `1450408` to `1450409` to properly expire all pre-merge PoW block history including the terminal PoW block, as per EIP-3675. Fixes #8629 ##...

## Problem The `Debug_traceTransactionInBlockByHash` test was failing occasionally in CI with the error: ``` "Trace is null for RLP f90203f901fe... and transactionTrace hash 0x8b4006d09fa59147e34710f3746c945daef3aa62d44154e8c71976653047cadd" ``` This occurred when the transaction...

## Summary This PR fixes discrepancies between Nethermind and Geth for `eth_call` error responses, specifically for execution reverted errors. The issue was that Nethermind returned different error codes, messages, and...

The `mouseUp` parameter in the `dragAndDropThought` puppeteer helper was confusing because it defaulted to falsey but most use cases expected the drag to complete (mouse up). This PR splits the...

## Problem The `_extConfig` definition in `AnalyticsPlugin.ts` (line 124) and `defaultValues` (lines 55-72) were using the broad `IConfig & IConfiguration` interface, which is "technically not correct" as noted in issue...