Nat Elkins
Nat Elkins
Add page to docs: Cookbook showing conversion of ImageMagick commands to equivalent Magick.NET code
Hi, I'm delving into Magick.NET for the first time, thanks so much for maintaining this amazing project. The docs are great, but I notice there are not many examples showing...
I am using Farmer via the SAFE stack template. When I first ran the deploy target, one part of it failed because the app name I had chosen was already...
Example:  But the project file looks like:  Steps to repro: 1. `dotnet new -i Fabulous.XamarinForms.Templates` 2. `dotnet new fabulous-xf-app -n SqueakyApp` 3. Open SqueakyApp.sln with Rider. 4. Look...
Repro: 1. Checkout `https://github.com/Microsoft/visualfsharp` 2. As per README.md, run `sh ./build.sh`. 3. Let it do its thing. 4. When it's done, open FSharp.sln in Rider. 5. Look at FSharp.Compiler.Private in...
I have multiple projects with files called Utils.fs. When I set a breakpoint in one, both get hit. See attached screenshot. Notice that only the text in the background (where...
Making an issue here at the request of @Krzysztof-Cieslak . When using Ionide on a large solution (60+ projects), there is a memory leak. Details originally in this issue: https://github.com/dotnet/diagnostics/issues/669...
# Source-Only Attributes (a.k.a. Attributes everywhere) I propose we create a new type of attribute, source-only attributes, that allow labeling of code but don't have any representation in IL. The...
Embedded resources don't seem to be present on a reload. Steps to reproduce: 1. Clone `https://github.com/NatElkins/repro` 2. `cd repro/ReproExec` 3. Execute `fcswatch` on `ReproExec.fsproj` 4. See what gets printed out....
**Describe the bug** Wanted to play with F# and Fornax, haven't touched it in a few years. I installed the .NET SDK via brew, and then installed Fornax as a...
Cool library. Title says it all. Is that a contribution you would welcome? I presume here: https://github.com/obi1kenobi/trustfall/tree/main/pytrustfall Any guidance would be appreciated.