Heath Stewart

Results 419 comments of Heath Stewart

I was thinking of using the existing errgroup pattern I did for `label clone` and fixed for some other command I forget. If your GraphQL API supported it, probably even...

Looking at various ways to refactor this, apart from making it non-interactive only, what about limiting issues to only issue numbers and reply on the default or specified base repo...

Can I assume the same problem is true of parameterized test fixtures, i.e. that each parameter variant - since it is a different test fixture - can run in parallel...

One use case we have is that some of our integration tests fail sporadically for intermit errors. We do telemeter these issues but don't want to fail tests for specific...

In Azure SDK for .NET, so far we've settled on a structure defined like in https://gist.github.com/heaths/d105148428fe09a2631322b656f04ebb. The main problem comes from a lack of IntelliSense built into VS or VSCode/OmniSharp....

Respecting the .editorconfig file would be ideal in my case, but at the very least having your own configuration for how many spaces to indent would be useful. As it...

Maybe you could splat all parameters and let the callers sort it out. In a way, it's sort of like what some JSON frameworks do: they sticky everything they don't...

I no longer use psake and if no new features are being added, I'll close this. Thanks for considering.

Resolved for version 3.0.3. Closing in lieu of #278

Per our discussion today about extensible enums - and perhaps a specialization of the `400 InvalidValue` @tg-msft mentioned in his OP - is that passing an extensible enum values not...