Mrxx99
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...
**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,...
### 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...
Here you can see, the login status is not translated, only the ID is showing:   
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...
**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...
As described in #349 docker compose up fails because of bin/obj folders beeing included, the .dockerignore fixes this issue Fixes #349