Isaac Abraham
Isaac Abraham
We should probably build in some Azure queues as well, you need that resiliency in case something goes wrong whilst calculating nothing.
Just a small comment: Probably the most common situation people complain about with F# DUs to JSON is `Option`. For example, I would suggest that for idiomatic JSON generation, `Some...
My advice is to throw an exception if this happens (assuming we can detect it). It's easy to do and will fail fast.
Just noticed some overlap with fsharp/fantomas#283
@jindraivanek is the handler itself now always on a newline? That was ironically what I was hoping for (not so much the patterns themselves!).
@nojaf exactly right. I wasn't ever talking about the match *clauses* but the *handlers* of those clauses. So if I expand upon my original issue, options 2-4 might be as...
Thanks a lot - and sorry I didn't explain myself properly at the start. Code samples always help!
Not trying to bump this, but do you think that there's still interest in getting something for this done at some point in the future? Either: 1. All match handlers...
 Once I add ```nuget Microsoft.SqlServer.Types 10.50.1600.1``` to the Paket dependencies file, life is good. Note that it *must* be that specific version, otherwise you pull down a newer version...
I think the best solution might actually be to include the Microsoft.SqlServer.Types NuGet package as a dependency. I had to use the newer version (13.0.0.0) to work with latest Sql...