Arthur Heidt

Results 5 issues of Arthur Heidt

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Issue-Bug
WG-DevEx-Portability
WG-Security
Needs-Triage

When creating an instance of the `mysql:5.7` container, with the following variables from an env file (using docker compose): ``` root@demo01:/conf/docker# cat envfile.env | grep 'MYSQL' MYSQL_DATABASE=somevalue MYSQL_USER=sqluser MYSQL_PASSWORD=(6T+B\`2@`Bf]cqF MYSQL_ROOT_PASSWORD=;*{q#'Br9+qxh2\J...

Issue

Currently, there is not an easy way to deploy this tracer using [Puppet](https://www.puppet.com/) or [Chocolatey](https://chocolatey.org/), whilst these solutions [do](https://forge.puppet.com/modules/datadog/datadog_agent/readme) [exists](https://community.chocolatey.org/packages/datadog-agent/7.43.1) for the Datadog agent and work great (we use Puppet...

type:new-feature
area:installers

### What version of gRPC and what language are you using? C#, see the following excerpt of the `.csproj` file for the gRPC version: ```xml ``` ### What operating system...

bug

Hi, According to the documentations, [`System.Diagnostics.Process.Start`](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) can return `false` when a process is 'reused', but does not really give an indication when this happens. I'm currently implementing a feature where...

untriaged
Pri3
area-System.Diagnostics.Process