Henrik Feldt
Henrik Feldt
This is what we have right now; I'd love some feedback and input and perhaps we can create a good component to place in the appropriate module? Obviously this is...
@slav Have you had time to consider my question?
What version? We upload ~5 MiB files around the clock without rebooting the server for months.
Yes, I'm on my way towards it, but haven't reached that point yet. - https://github.com/SuaveIO/suave/blob/master/src/Suave/Http.fsi#L177 - http://zipkin.io/pages/data_model.html - https://github.com/logary/logary/blob/master/src/targets/Logary.Targets.Zipkin/Targets_Zipkin.fs - https://github.com/logary/logary/tree/master/src/targets/Logary.Zipkin - https://github.com/logary/logary-js/blob/master/src/index.js#L94 So as you can see I have...
Hi @iskandersierra – I can guess, but could you provide a sample using them, to see how you envision their usage?
Hi @iskandersierra I'd be up for it too, but how would you say it interacts with other types, like the new `Result` type or `Choice2Of2`? Shouldn't we have those as...
Here's another alternative that uses Choice, which I think is better until we release Suave v3 and have the Result type throughout: ```fsharp module WebPart = let internal bind f...
I don't think so; if you look towards the end of Program.fs you can see I'm running it sequenced already.
I believe they'd (the command-line-option DU cases) have to be merged. Do you feel up for adding that support? If you want to add it, you could consider writing about...
- https://github.com/haf/expecto/blob/master/Expecto.FsCheck/FsCheck.fs#L89-L116 - https://github.com/haf/expecto/blob/dc7935459c0474a9123e19721e636277725ca1dc/Expecto/Expecto.fs#L1872 - Here: https://github.com/haf/expecto/blob/dc7935459c0474a9123e19721e636277725ca1dc/Expecto/Expecto.fs#L973-L987 you could extend with merge logic; if the config value is `Some _`, merge from the global config. If we make https://github.com/haf/expecto/blob/dc7935459c0474a9123e19721e636277725ca1dc/Expecto/Expecto.fs#L979-L980 optional,...