Mark Phillipson

Results 10 issues of Mark Phillipson

Open Source. A To-do Project that is in a stand-alone responsive Blazor Client PWA that uses local storage. Using Blazor Client .Net 5. Also has the functionality to copy the...

Using a Treeview can have some negative effects on accessibility users. From a personal point of view when using speech recognition. It is very hard to move the mouse to...

enhancement
help wanted
question

The word remember it has been misspelt here.

In addition to what can I say, it would be nice to have a command that you could for example say: List Commands $SearchTerm$ And the system would return all...

Given that people use Cursorless for dictating normal text, would it be possible, if this is not already in the pipeline, to enhance the formatting commands in Cursorless. Currently for...

In Visual Studio code unable to select a class in C# Error Message: could not find containing class Example Code: ```csharp public class Messages { public string SendMessage(string message) {...

bug
lang-c#

File Types: *.cshtml *.razor Visual Studio Code Filetype: ASP.NET Razor (aspnetcorerazor) Could these be regarded as HTML ?

Should there be an option to make the modal window appear larger or smaller depending on what the event is?

In the interest of inclusivity. Using something like Whisper to translate into English could be an advantage.

Just a small thing but with the Blazor instructions probably best to include adding the using statement smart components: ```cs @using SmartComponents ``` As this caught me out a couple...