Jordan Marr
Jordan Marr
Does anyone have any recommendations for an alternative library that is actively maintained? Or is everyone just rolling their own?
I would love to be doing this with F# because it is such a natural fit. https://thomasbandt.com/fsharp-redux-store-for-xamarin-apps Unfortunately my current project is too far along for swapping out to an...
This is the kind of stuff I was trying to do: https://gist.github.com/JordanMarr/42297f872e470de4544e71de0c4164df I managed to get it working via "|> Program.withSubscription rxSubcription", but I don't know if that's really the...
Shoot. So then my options are to revert back to Cvdm version, or rework with async CE. I suppose async CE is the better choice since Cvdm is no longer...
Would you consider adding this helper function to the AsyncResult module? ``` module AsyncResult = /// Awaits a result type without resolving it. let awaitResult (f: Async) = f |>...
2. It's meant to be more of a shim / adapter, so it's not the same 'err in the outer result. It would be more like this: Async
Looking again at #88, I think this is slightly different. I'm not getting the "lookup of indeterminate object type" error. The issue is that I'm using a custom error DU...
Interesting.. So now I see how you are binding the Plugin arg from MSBuild to CLI [here](https://github.com/MoiraeSoftware/myriad/blob/master/src/Myriad.Sdk/build/Myriad.Sdk.targets): ```xml ``` That is passing the plugin .dll path to the Myriad CLI...
Gotcha. Sorry, I was referring to generators as plugins which was adding to the confusion. All generators get called on build.