Tomasz Heimowski
Tomasz Heimowski
When browsing in dark mode, some captions in images are hardly readable, making the background white could fix it: 
Is it just me or are these navigation links (previous and next page) in footer barely visible? 
We receive many issues about not working links, e.g. #187 #189 #191 If you look at how we create the links - sometimes it's an absolute and sometimes it's a...
That's what e.g. ASP.NET Core Spa template [does](https://github.com/dotnet/aspnetcore/blob/main/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json#L8) - you install single nuget package but it contains 3 distinct templates
it comes with PS v4
Seems to me `top` function should have `Seq.sortByDescending` instead of `Seq.sortBy` [here](https://github.com/mathias-brandewinder/machine-learning-projects-for-dot-net-developers/blob/master/chapter-2/SpamOrHam/SpamOrHam/NaiveBayes.fsx#L119) Actually, better is `Seq.sortBy >> Seq.rev` as `sortByDescending` had much worse perf when tested
# Summary of the new feature/enhancement I've posted the original question [here](https://github.com/PowerShell/MMI/issues/35) but I'm not sure if that repo gets enough attention from PowerShell team. # Proposed technical implementation details...
Are there any plans to release the NuGet package with portable windows RIDs (win-x86, win-x64) ?
Imagine following scenario: * `Client.fsproj` Fable app compiled with webpack and using webpack dev server for development * `Tests.fsproj` Fable project with Fable.Mocha * When building the Client for production,...