AncientGrief

Results 4 issues of AncientGrief

Maybe I am doing something wrong, but my search results look like this: ![image](https://user-images.githubusercontent.com/7722670/143794782-7236ad9b-f691-4448-938b-2cf16ed78853.png) ``` @context.Name ``` Using V 1.50 with Visual Studio 2021 .NET 6.0 and Bootstrap 5 The...

question

OnSelectedItemChanged get's triggered twice when clicking an item with the mouse or using the Enter button: ``` @context.Name ... private void OnAddItem(Item item) { Model.AddItemToActiveStash(item); } ```

bug

Using VS Code and editing a TS File and using generics, the plugin is adding a closing HTML-Tag to the generics type specifier, e.G.: `clicked = new EventEmitter()` It's okay...

#### Description Saving a `SvgDocument` as PNG with an path having `stroke-dasharray` renders the stroke not 100% accurate: Original in Chrome: ![image](https://user-images.githubusercontent.com/7722670/184466665-3da51656-3602-4d65-9c67-001fced7d774.png) Generated PNG (see the bottom right, there's an...