Results 15 issues of jsakamoto

### Discussed in https://github.com/jsakamoto/BlazingStory/discussions/30 Originally posted by **aglasencnik** April 20, 2024 Is it possible to create just some markdown pages for welcome and tutorials? The reason is, so I could...

like: ```csharp .Add(ModKeys.Ctrl + ModKeys.Shift + Key.End, SelectToEnd) ```

For example, if a developer implements a hotkey like this: ```csharp .Add(ModKeys.Ctrl, KeyAlt, OnHotKey) ``` The `OnHotKey` method will be invoked when a user types `Ctrl` > `Alt`. But, if...

### Describe the bug I need to include the output files of my source generator to static web assets. So, I appended the following MSBuild target in the Blazor project...

untriaged
Area-Workloads

### Impact It bothers me. A fix would be nice ### Describe the bug HTML comments `` in a preformatted area of a README markdown text are disappeared. Some of...

Type:Bug
Feature suggestion
Readme