Ryan Riley

Results 80 comments of Ryan Riley

You could also keep master as latest code (released as alpha? beta?) and use tags to release final versions. See example at https://github.com/Tachyus/gluon/blob/master/build.fsx#L75-L82 or https://github.com/freya-fs/freya/blob/master/build.fsx#L166-L176.

I had a similar idea, but I think this is an area where you want your dependencies to be few and tiny. Adding Mediatr, Rx.Main, and AutoMapper quickly begin to...

@torhovland you may be able to implement this without `Rx.Main` if you implement your own `IObservable`+`IObserver` or `ISubject`.

Thanks for submitting the issue. Can you move the OData formatter before the JSONP formatter? Formatter selection happens when you create your HttpContent, which may be done by Web API...

Make sure the OData JSON formatter is registered before the JSON-P formatter. If that doesn't fix it; I'm not sure. I don't use OData. I also don't use JSON-P; I...

I think the only thing missing in the original implementation is the value passed to failwithf fmt None.

I suppose I’m not sure why you would want the format, as the failure case will always be None, won’t it?

Or it needs to take another parameter and pass it after fmt.

Sorry about the LICENSE change. I added that before I realized the build would be useful to you. I'm adding it for my [F# fork](https://github.com/panesofglass/httpmachine/tree/fsharp).