Copilot
Copilot
This PR resolves the circular dependency warnings that occur when running the pm2-prometheus-exporter on Node.js 14 and later versions. ## Problem When starting the exporter with `pm2 start exporter.js --name...
This PR updates the `pm2` dependency from `^4.4.0` to `^5.1.2` to resolve a critical security vulnerability in the transitive dependency `ws`. ## Problem The current `[email protected]` dependency pulls in `@pm2/[email protected]`...
Fix issue #266 - Crash when inflating views with WebViews ## Problem Analysis Issue #266 reports crashes when inflating WebViews, related to issue #220 which was supposedly fixed in version...
This PR introduces two new cmdlets that enable users to install and uninstall Azure DevOps Shell shortcuts with intelligent Windows Terminal detection and integration. ## Overview The new cmdlets provide...
## Problem When using interactive authentication (`Connect-TfsTeamProjectCollection -Interactive`) in PowerShell Core 7+, users encounter the following error: ``` Connect-TfsTeamProjectCollection: A window handle must be configured. See https://aka.ms/msal-net-wam#parent-window-handles ``` This prevents...
This PR adds support for restoring Git repositories from the Recycle Bin through a new `Undo-TfsGitRepositoryRemoval` cmdlet, similar to the existing `Undo-TfsTeamProjectRemoval` functionality. ## What's Added - **New Cmdlet**: `Undo-TfsGitRepositoryRemoval`...
This PR adds support for retrieving Git repositories from the Recycle Bin to the `Get-TfsGitRepository` cmdlet by introducing a new `-IncludeRecycleBin` parameter. ## Changes Made ### Core Implementation - **Added...
## Dependency Update Plan This PR updates all dependencies in the rxjs-ninja monorepo to their latest versions and fixes any build issues that arise. ### Progress Checklist: - [x] Explore...
Changes numerical columns to be right-aligned by default, making it much easier to compare numbers with different lengths. Previously, left-aligned numbers made it difficult to quickly assess relative magnitudes. ##...
## Problem Jekyll site generation was very slow, taking 3-10+ minutes to build the DataTalks.Club website with 760+ pages. This made local development and testing painful, requiring long wait times...