Eugene Noble

Results 7 issues of Eugene Noble

I've installed the GUI, it doesn't work. Whenever i try to start the hotspot it just says not running after loading for a sec. Are there logs somewhere i can...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When an angular + asp.net 8 project is created with...

area-mvc

Fix typo in command title for creating previewer assets. Was "Create previwer assets", now "Create previewer assets"

Update matrix indexing docs to show that matrix indices is 0 indexed and not 1 indexed

### Checklist before submitting an issue - [X] I have searched through the existing [closed and open issues](https://github.com/elkowar/eww/issues?q=is%3Aissue) for eww and made sure this is not a duplicate - [X]...

bug

Im trying to render some svg in an avlaonia app like so: ``` private void SvgImagePropertyChanged(object? sender, AvaloniaPropertyChangedEventArgs e) { if (sender is null) return; if (e.Property == Avalonia.Svg.Skia.Svg.BoundsProperty) {...