Dongbo Wang

Results 459 comments of Dongbo Wang

> the height of the legacy cursor (microsoft/terminal#1145) I want to update that microsoft/terminal#1145 is not a PSReadLine issue, but a Windows Terminal or .NET Core issue. The cursor shape...

For Windows users with CJK as default display language, there may be a workaround to the font flickering issue: [unchecking the `Unicode UTF-8` option in the language settings.](https://github.com/PowerShell/PowerShell/issues/12072#issuecomment-601504327)

Storing and restoring `OutputEncoding` also causes the `chcp` command to seemingly not work as expected. See the video record in https://github.com/PowerShell/PSReadLine/issues/4027.

We received report for this issue in Stack Overflow and Steven also received the report from other channels. It was a regression in 7.4, but the "FuzzyCommand" was under an...

> Describe how this issue impacts customers, citing the expected and actual behaviors and scope of the issue. If customer-reported, provide the issue number. Original issue: https://github.com/PowerShell/PowerShell/issues/24986 When using `Start-Process`...

> This included making changes to `WriteContentCommandBase` class to process all lines into a buffer in `ProcessRecord()` instead of writing one at a time, and do all the writing in...

`ConvertFrom-Json` is different. You need to wait for all the JSON content to be available to do the parsing, or otherwise it will fail on an in-complete JSON text. But...

Reopen this issue given the author believed there was misunderstanding in the WG review and let the WG to review again.

A related issue: https://github.com/Azure/azure-functions-powershell-worker/issues/205 @pragnagopa when fixing this issue, please be noted that for the `RpcHttp.RawBody` field, it should be kept as `typedData.String` even if it's a valid JSON string.