Mrxx99

Results 13 issues of Mrxx99

Related discussion: https://github.com/Tyrrrz/YoutubeDownloader/discussions/295 This almost finished work-in-progress of the promised Avalonia port. Only some small differences in UI, and the web authentication is not working yet (WebView.Avalonia does not give...

enhancement

**Is your feature request related to a problem? Please describe.** It would be great if the app could also show the download count of the releases of a github repository,...

enhancement

### Is your feature request related to a problem? Please describe. When using a item template inside a F# project, e.g. `dotnet new avalonia.templatedcontrol` I would expect that the option...

triaged
feature
Priority:2
impeded
area: CLI

Here you can see, the login status is not translated, only the ID is showing: ![grafik](https://github.com/Lacro59/playnite-indiegala-plugin/assets/33566379/e8e8445e-bcce-4ace-b6f2-d89c891d2606) ![grafik](https://github.com/Lacro59/playnite-indiegala-plugin/assets/33566379/5e9cf86b-28ca-4a11-b787-5c471a805fad) ![grafik](https://github.com/Lacro59/playnite-indiegala-plugin/assets/33566379/1999fd5e-e016-4464-a607-bef8f01304c3)

Magic numbers are evil, therefore a constant should be introduced for each. A codefixer should create a constant for each number that is not. All the constants should be created...

`for` is all you need

Steps to reproduce: 1. Click on "Tab Layout" 2. Select tab "Page 2" 3. Select tab "Page 1" Expected: content of tab 1 is shown Actual: content for tab is...

**Describe the bug** When using cast like required for compiled bindings, but compiled bindings are not activated, the application crashes with a ArgumentNullException: StackTrace > System.ArgumentNullException > HResult=0x80004003 > Message=Value...

bug
area-xaml
area-bindings

**Is your feature request related to a problem? Please describe.** When binding to the DataContext of a named element, and that named element has the x:DataType set, the ugly looking...

enhancement
area-xaml
area-bindings

As described in #349 docker compose up fails because of bin/obj folders beeing included, the .dockerignore fixes this issue Fixes #349