Igor Velikorossov

Results 800 comments of Igor Velikorossov

Such functionality is not available. Pull requests are welcome, though I expect it to be a significant undertaking.

@Cambridgeport90 the app has quite a few UI screens, and it may take us quite awhile to make them all accessible. Do you perhaps have a list of specific screens/dialogs...

This is relevant, but obviously requires a champion to make the app accessible.

> Does that extend to `Microsoft.Extensions.*`? > There are `Microsoft.Extensions.*` and there are `Microsoft.Extensions.*`. There are also `Microsoft.Extensions.*`.... The first are coming from dotnet/runtime, and those covered by one [support...

If you remove "choose" from the url, you'll get the blank template https://github.com/dotnet/winforms/issues/new~/choose~

It's up to the team. > It would be great if you could just enable the blank template like other repos. FWIW, https://github.com/dotnet/aspire/issues/new/choose, https://github.com/dotnet/aspnetcore/issues/new/choose, https://github.com/dotnet/wpf/issues/new/choose, https://github.com/dotnet/maui/issues/new/choose don't have a blank...

How's your encoding s configured? ![Image](https://github.com/user-attachments/assets/2ac9f3cc-cead-4a26-95a3-3b2ec4c39c76) Does it work outside Git Extensions?

The bug somewhere in how unicode strings are passed to the app's editor dialog... If the editor is changed to some other app (e.g., notepad) the strings are displayed correctly....

I tried the latest master, and the bug appears to have been fixed: ![Image](https://github.com/user-attachments/assets/6e8b88f5-ed83-49ea-90b8-b853363dc4b8)

> Before the changes were made for `SelectedFiles` to return a blob path rather than full-path I've been making changes so I could concat/replace/etc these variables via "Run on PowerShell"...