Tomasz Heimowski

Results 9 issues of Tomasz Heimowski

When browsing in dark mode, some captions in images are hardly readable, making the background white could fix it: ![image](https://user-images.githubusercontent.com/5909015/65240351-54665480-dae1-11e9-82e6-f08b69f5dfd2.png)

Is it just me or are these navigation links (previous and next page) in footer barely visible? ![image](https://user-images.githubusercontent.com/5909015/123861050-02459a80-d927-11eb-8f37-4e824bab7388.png)

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

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