Daniel Laberge

Results 4 issues of Daniel Laberge

Documentation displays ^M instead of Line Returns on Windows ![image](https://user-images.githubusercontent.com/3459916/82686626-231bc680-9c24-11ea-8028-e264908888d3.png) **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;...

area-WebHttp

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....

enhancement
area-dockerfiles

### 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...

enhancement
tvOS