Michael Klement
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,...
# 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...
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...
### 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. -...
### 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. -...
### 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. -...
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...
### 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. -...
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...