Dan Thompson

Results 45 comments of Dan Thompson

Sorry, @237dmitry, I don't understand: in what way does a nested prompt not require user participation? If you run the command in the repro steps, the new process will never...

"Non-interactive mode" (i.e. starting `pwsh` with the `-NonInteractive` switch) is used to indicate that a user should not (and likely *cannot*) interact with the program. Hence if you call `Read-Host`...

Further shenanigans trying to create the mock in the scope of the closure()-ed ScriptBlock have not yielded results, because the Module of the closure()-ed ScriptBlock is a "dynamic" module (with...

@lhecker, thank you for your very kind offer. I should have a bit of time in the next few days, so I will see what I can get done, and...

This was very helpful, thank you! --- In reply to: [1039294143](https://github.com/microsoft/terminal/pull/13429#issuecomment-1039294143) [](http://example.com/codeflow?ancestors=1039294143,1039294143)

Okay @lhecker, I have an area that could use some expert help: @carlos-zamora requested that the `matchMode` parameter be made an `enum`. I took a shot at it, but it...

Thank you so much! --- In reply to: [1217974345](https://github.com/microsoft/terminal/pull/13429#issuecomment-1217974345) [](http://example.com/codeflow?ancestors=1217974345,1217974345)

I want a third mode: a "magical number matching" mode, similar to what is available in WinDbg, where it matches numbers in different bases (e.g. "0x8080" would also match with...

@j4james Re: using the color names for indexed colors: I have no objection, but the thing that made me go "hm?" was the fact that can't people assign whatever colors...

Just FYI, I am interested in a markdown parser that can do full-fidelity "round trip", as well as normalization on top of that. The work described in this thread seems...