Heath Stewart

Results 419 comments of Heath Stewart

I saw that, but it assumes coloring is enabled if it can't get or set the console mode. In the case we needed, that assumption would be false. Besides, it's...

VT100 support is not just in Windows Terminal, but in conhost as of at least Windows 7 as well. I think just adding an `IsVT100Supoorted()` would suffice. I'm not sure...

Yes, it displayed a long cat in the following configurations: * cmd.exe in conhost.exe * powershell.exe in conhost.exe * pwsh.exe in Windows Terminal * bash in WSL2 in Windows Terminal...

Almost every module I've written uses a properly formed PSD1 file, but the problem here is that a specific directory structure is required. If `-Path` is used, is there any...

This comes direct from swagger. Generally, we open simple tracking items like this but it's often just regenerating. That said, whether `entityId` is going to remain in the 7.4-preview.1 swagger...

> Should this PR be following the [dev/ branching strategy](https://microsoft-my.sharepoint.com/:w:/p/heaths/EXprgNBWfgRErZaf45Hv89sBog5NQBic68gKt-LKjM-7uw?e=Lfmzo5)? @heaths Yes. Please only modify existing files in the `dev/` folder (or add files if truly new APIs). There should...

@JeffreyRichter @johanste they are getting a lot of breaking changes because they need to also fix 2022-05-01 which went out wrong (see list below), and even 3.1. Should they just...

@ArthurMa1978 there seems to be some validation bug if you look at the TypeChange warnings. The linter asked them to explicitly add `type: object` to all their models missing a...

Regarding the checks failures: 1. The breaking changes are from fixing the `healthcareEntityCategory` to define what the service has actually been returning since 3.1. Others were adding integer and URI...

## Breaking changes * The `error` error and enum values change are expected, but the other errors about a format change: per previous discussion, I thought those were going to...