Dongbo Wang

Results 460 comments of Dongbo Wang

> Will this in 7.6? We haven't started the last 7.6 preview release yet. So yes, this one will be included :)

The ask is a function to run before an accepted command line gets executed, so change the title to differentiate from #15104, which asks for a way to call custom...

Do you mean `Set-PSReadlineOption` is slow in general or only the `Set-PSReadLineOption -HistoryNoDuplicates -EditMode Windows` is slow for you? > Adding a single line of Set-PSReadLineOption in profile delays start...

Even `Set-PSReadlineOption -BellStyle None` takes over 100ms for you in profile? > may I ask if there is any log I may collect that can help diagnose this issue? If...

There are other ways for profiling, maybe easier than using the perfview. See https://github.com/dotnet/performance/blob/main/docs/profiling-workflow-dotnet-runtime.md https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-trace

> This is a problem not just with this specific case but any time an ETS member could affect the outcome of a binder. > Ideally, ETS members would be...

> \# These don't though. 10 + $sb 10 - $sb 10 / $sb 10 * $sb I'm not convinced if this even should work. For `10 -eq $sb`, the...

> That makes this a bit more complicated... What makes it even more complicated is the fact that when `PSObject` is the target for a binding operation, [it will be...

I investigated the `font flickering` issue on CJK locale machines. Here is what I found: 1. CJK locale machines doesn't use the Raster font by default. So the fix in...

@lzybkr Can you please point me to some of the issues that got fixed or mitigated by changing/restoring the code page? That would be helpful.