Bronson Bata

Results 12 issues of Bronson Bata

### Description I was working on a PR over in FsAutoComplete and was suggested to open an issue for discussion over in this repo [see here](https://github.com/fsharp/FsAutoComplete/pull/1204#discussion_r1394427364) per @smoothdeveloper ### Repro...

This may be a personal bias, but I think dark themed docs are easier to read. I think it would be a helpful feature to add the [light/dark theme toggle](https://changelog.gitbook.com/may-2023/30-may-a-light-dark-mode-toggle-and-new-customization-options)...

### Details Assuming we have the following code: ```fsharp type GetNumberFromDb = IDbConnection -> int let getNumberFromDb : GetNumberFromDb = fun conn -> 1 let addNumberFunc' (dbFunc : GetNumberFromDb) otherNumber...

enhancement

## Summary Just some Saturday shenanigans I was playing around with. I was looking over the code and wanted to see what the general thoughts were on migrating the error...

**Is your feature request related to a problem? Please describe.** Currently, we have two functions within the Async module which do the same thing https://github.com/demystifyfp/FsToolkit.ErrorHandling/blob/master/src/FsToolkit.ErrorHandling/Async.fs#L6-L12 **Describe the solution you'd like**...

## Feature Request I've been using this tool a lot more as of late, and I was curious if the discussion of nesting categories has ever come about. Using the...

## Suggestion When using various functions within the library, I think it would be nice if we could add support for async/task test cases. The main two I can think...

Wanted to try to take a whack at this one which was mentioned in the Discord channel. I went ahead and updated the net core version up to 8 as...

## Summary I wanted to open this issue in order to start a discussion for potentially adding support for previewing mermaid diagrams using FsDocs. I think this would be a...

This PR is re-adding some code that was lost from #4272 when code was getting bumped for various v9 things. If this code was purposefully removed, feel free to close...