Ben Collins
Ben Collins
### Description I'm trying to use the type provider in a .NET Core 3.0 app and experience the following compiler error: `error FS3021: Unexpected exception from provided type 'FSharp.Data.GraphQL.GraphQLProvider,introspection="shopify_schema.json"' member...
I upgraded my installation of Cmder from 1.3.4 to 1.3.11, and now the powerline prompt is all blue in the background:  I'm looking to see if I can figure...
I tried using this customization, and I followed the directions about installing fonts (I actually ended up installing all the powerline fonts. I also ensured that my ConEmu settings are...
## 🐞 Bug Report The REST API on a local observer node (using the official image as well as one built from sources) does not provide the same block information...
### Description Is there a todo sample anywhere? It's mentioned in the Getting Started section of the main site, but I don't see it in the repo. 
I'm working on an API client and modeling the API error codes like this: ```fsharp [] type ApiErrorCode = | [] MissingScope | [] InvalidLimit // ... ``` Using these...
I love the idea of this library and it even seems to fill a need I have very nicely. However, I'm building a .NET Core application and I'm wondering: do...
I'd very much like to be able to save an image along with the rest of the data used to create the card, preferably saved as an attachment so that...
I'm trying to run the `00-hello-world.fsx` script (a chunk at a time). So far, the relevant portion is as follows: ```fsharp #load "ThespianCluster.fsx" open System open System.IO open MBrace.Core open...
### Description .NET 8 is the current LTS version of .NET, and most new projects should be targeting `net8.0`. This lib still targets `net7.0`, which is no longer supported. See...