Thomas Lunsford

Results 23 comments of Thomas Lunsford

This type of issue has been around for as long as computer displays have existed. Surely there's a UI expert here who can suggest a tried and true design pattern.

> > Here's one that would be helpful that I'd expect to come with text output: Ability to find text within the results, including column headers. Would also be helpful...

I just spent half an hour trying to sort out the CLI tool parameters. Here's the usage line: `Usage: dotnet swagger tofile [options] [startupassembly] [swaggerdoc]` In usage info, brackets usually...

Here's the checkbox contrast issue mentioned above. I just spent a lot of time thinking that I was on an old version of the CLI because this appeared to show...

> Looking at the diff https://github.com/dotnet/aspire/compare/v9.1.0...v9.2.0 I can see two changes that look related to the topic: https://github.com/dotnet/aspire/pull/7789 and https://github.com/dotnet/aspire/pull/7683 (though this appears to have been applied to 9.1 as...

I had this problem, or at least a problem similar enough that I'll chime in... The problem that I ran into was that I was generating multiple clients and using...

The showstopper for me is that Ctrl (Right) + Shift (Left) + Arrow Keys does not work, presumably because Shift is used twice. We need a BIOS-level fix. (ASUS machine...

It's a hardware-level fix. The keyboard controller is sending 3 key codes. Remappers are not able to remove those key codes and at the same time determine whether a those...

Please, please try remapping the Copilot key and then use Copilot+Shift+LeftArrow. This is a very common key combination when developing software - that is, selecting a block of text. If...