Adam Davies

Results 23 comments of Adam Davies

At mitimes (mitimes.com) we use fantomas in check mode on CI. Looks like this in script: ```bash #!/bin/bash set -e echo "Checking formatting in src..." dotnet fantomas --recurse --check src...

Is there a way to tell if a user is logged in?

One place I go to often, is Operators.fs. The API doc is pretty useless since it orders alphabetically.... in the source there are sections delineated by comments, like `// Tuple`...

Was considering docs when I talked about separate files... only needs modules to reflect the sections in 'generic functions and operators' doc - the one generated from Operators.fs. I'll open...

Ok, here's an initial cut at intro for README and fsprojects home page. I want to add a little more, but what do you think about it so far? I...

I agree with you. The problem is that the API docs currently generate from source code into a specific format. I think we can do some custom processing to add...

@TheAngryByrd I completely agree about the types of documentation shown in divio. It really helps to think in those terms! I actually read that a few months back when searching...

I would like to organise namespace so that we: 1) can more easily generate docs per functional area (thinking of how operations is separated nicely into sections by banner comment,...

When a user comes to the API docs, it's very hard to orient yourself. Particular issues: 1) Extensions aren't presented as Extensions, and get lumped with all top level modules...

I like that approach. It would be a v2 due to binary changes, though? Practically, how do you achieve `open FSharpPlus` and put the extensions in scope as well? Will...