iRon7

Results 93 comments of iRon7

Please triage this issue and either mark it with something like Resolution-Declined or put it on a kind of wishlist "[*Issue we would like to prioritize, but we can't commit...

Please triage this issue and either mark it with something like Resolution-Declined or put it on a kind of wishlist "[*Issue we would like to prioritize, but we can't commit...

@jhoneill, > it just changes which side of `{` `-not` can go I agree the benefit might be low for the effort but using the **expression mode** might sometimes require...

@doctordns, > is this something the PowerShell team do much about? Or is this a challenge for GitHub? Good question, I think it depends how you look to it. *...

Opened new `Issues and Projects` discussion here: https://github.com/orgs/community/discussions/58606 GitHubSupport for literal (quoted) search queries · community · Discussion #58606Select Topic Area Product Feedback Feature Area Issues Body Problem (Not sure...

@kilasuit. > We may be able to look adding some of our own tooling... The thing that I had in mind is (presuming that the `msftbot` can be triggered on...

## Cmdlet search tag handles: > [`Get_Command`](https://docs.microsoft.com/en-us/dotnet/api/Get-Command) [`Write_Host`](https://docs.microsoft.com/en-us/dotnet/api/Write-Host) [`ConvertTo_Json`](https://docs.microsoft.com/en-us/dotnet/api/ConvertTo-Json) [`ConvertFrom_Json`](https://docs.microsoft.com/en-us/dotnet/api/ConvertFrom-Json) The above **cmdlet tags** are for searching issues regarding specific cmdlets. To search for a specific cmdlet in an issue,...

> However, this is still easily written in PowerShell without the use of Tee-Object as: > `"Zero", "One", "Last" | % { Write-Host $_; $_ } | Sort-Object ` Aside...

@TobiasPSP, Thank you for your response, a prototype based on your 5ct: TeeObject -Host prototype ### Heading 1. Foo 2. Bar * Baz * Qux ### Some Javascript ```PowerShell function...

@mklement0, of cause, it indeed already comes all together in your #20123 POC 😊