Michael Klement

Results 168 issues of Michael Klement

First things first: Great tool, thank you for providing it for free. Sometimes, CSV data is produced in which fields are all categorically double-quoted. For instance, PowerShell's `Export-Csv` and `ConvertTo-Csv`...

First things first: regex101.com is a great site. ## Feature In the Regex Editor view, add additional information and a link to the FAQ entry that states the limitations, versions,...

discussion

# PR Summary * Remove the "title" default value, so that users are forced to type their own (hopefully descriptive) title before being able to submit. * Add guidance as...

Review - Needed
Extra Small

Note that the term _technical debt_ is used loosely here to mean "accumulated broken behavior that can't be fixed without breaking backward-compatibility"; strictly speaking the term has a different, [specific...

Issue-Meta

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

WG-Cmdlets-Utility
Needs-Triage

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

Needs-Triage
WG-Engine-ParameterBinder

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

Needs-Triage

Note: This idea was first proposed by @bergmeister and fleshed out by @lzybkr in https://github.com/PowerShell/PowerShell/issues/2337#issuecomment-391152107, but only in the context of a proposal focused on something different (allowing indentation of...

Issue-Enhancement
WG-Language
In-PR
Resolution-No Activity

### 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-Language
Needs-Triage

The implicit output of expression results in the REPL is a great feature that obviates the need for `Console.WriteLine()` (and even does a better job at creating meaningful output than...