Ryan Yandle

Results 4 issues of Ryan Yandle

**Information** - OS: Windows - Version: 0.43.0 - Terminal: cmd.exe **Describe the bug** I noticed that there is a hard-coded `grey` color inside the breakdown chart tag format: https://github.com/spectreconsole/spectre.console/blob/main/src/Spectre.Console/Widgets/Charts/BreakdownTags.cs#L58 It...

bug

We converted some projects using --keep-current-tfms. It completes successfully without warning, but we noticed that the following props were quietly dropped / not included in the new sdk-style project. I...

bug

I hacked together a prototype of what the console might look like if we used a library like [Spectre.Console](https://spectreconsole.net/) to markup the output: ![image](https://user-images.githubusercontent.com/578591/142887354-276bc484-4075-40dc-ad99-e57f8cd007d5.png) The above styling is just to...

This change updates GetActiveSessionNames to check for ERROR_MORE_DATA and retry once when calling QueryAllTraces. I chose to implement this by modifying the current function as little as possible. To do...