Heath Stewart
Heath Stewart
Templates for `dotnet new` were added for #1028 but don't use any passed arguments for the runner. With the global tool deprecated, this world provide a convenient way of customizing...
In vim 8.2 with python 3.7 support, when I open a file from a git repo, I see in vim: ``` TypeError: a bytes-like object is required, not 'str' ```...
I often use WSL (1, not WSL2) on Windows and have .bashrc configured to start `powerline-daemon -q`. After I exit bash and try to checkout a different branch, I almost...
I've installed powerline successfully on other Windows machines using WSL, though those were Ubuntu 16.04 and this is the first using 18.04. I've tried both `apt install powerline` and `pip3...
For common parameters, it's often common to put them in the `parameters` section, but then that seems to prevent `remove-parameter` from working. I've also seen a few other cases where...
The Question Answering service changed "Knowledgebase" to "Knowledge**B**ase" in the `operationId` but when I regenerated from [source](https://raw.githubusercontent.com/Azure/azure-rest-api-specs/cf3dfdc605b3c7ae24e6d61a5a127b28614c809e/specification/cognitiveservices/data-plane/Language/preview/2021-05-01-preview/questionanswering.json) the file name case did not change, though the class name did. It...
There's a strong desire in the Azure SDKs to simply use `require` instead of `input-file` to reference autorest configuration - so that most configuration can be shared. This is a...
### Windows Terminal version 1.13.11432.0 ### Windows build number 10.0.22000.0 ### Other Software _No response_ ### Steps to reproduce 1. Write enough text to display a vertical scrollbar e.g. `tree...
While working on #28067 I found that both Analyze Actions and Healthcare Entities were almost exactly the same but had bespoke methods on the `ServiceClient` abstract class. In PR #30436...