Don Syme
Don Syme
Just playing around with this in the DiffSharp repo based on cutting and pasting things from SampleWaypoint. Random unreasonable wish list below :-)) 1. the checkin of `lib/Fornax.Core.dll` feels off....
OK I managed to generate some docs for DiffSharp. There are a lot of good things here. As an F# repo maintainer my biggest concern about using the tool is...
Yup I guess ideally I'd only want things under `docs` if it's actual customization (logos, names, content). If it's just default behaviour then just let the defaults be in the...
> It just seems that our community strongly values their independence of choice in the area of tooling/workflow - not saying it's good or bad, it's just what it is...
> Those projects have not only F# scripts in there (https://github.com/fsharp/FSharp.Data/blob/master/docs/tools/generate.fsx) but also Razor templates (https://github.com/fsharp/FSharp.Data/blob/master/docs/tools/templates/template.cshtml) in the repo - in case of Fornax we've replaced Razor with more .fsx...
Yes this should be working and is under CI test in the FSharp.Data repository. Very odd I checked and it is working on Windows with this: ``` C:\misc\t> dotnet new...
Just to say I don't repro this on Ubuntu 16.04 running on Bash Ubuntu for Windows Will try on another linux distribution
Hmmm I tested this on an Azure Linux VM and it worked there too ``` dsyme@donlinux2:~/test$ uname -a Linux donlinux2 4.15.0-1023-azure #24-Ubuntu SMP Tue Aug 28 17:35:08 UTC 2018 x86_64...
Hi @humhei, I'm really impressed with your work here. It's possible this should replace (or be merged with) the `FSLive` tool in https://github.com/fsprojects/FSharp.Compiler.PortaCode I'm wondering, would you like to move...
@humhei What's the usage model for this? I didn't spot it in the docs