Daniel Laberge
Daniel Laberge
Documentation displays ^M instead of Line Returns on Windows  **Environment:** - Windows 10, Version 10.0.18363.836 - Python 3.8.3 - Console: Tested with cmd.exe, powershell and Windows Terminal
Given the following contract: ```csharp [ServiceContract] [OpenApiBasePath("/api")] public interface IService { [OperationContract] [WebGet] string Echo (string param); } public class Service : IService { public string Echo(string param) => param;...
Please reconsider providing an official alpine-extra image for ASP.NET (and runtime) that supports globalization. [This announcement mentions](https://github.com/dotnet/dotnet-docker/discussions/4821): > We don't plan to offer runtime and aspnet images based on 8.0-jammy-chiseled-extra....
### Type Usability improvement ### Describe the feature Scrubbing long videos is currently very painful with MPV. Ideally it would support selecting the progress bar to jump to anywhere in...