Ruben Bartelink

Results 353 comments of Ruben Bartelink

As with anything else, you need to figure out some way to correlate the two sides in some cases there's a parent-child relationship, and you don't need multiple instances -...

I would tend to have a reactor that sees all the events. It should be handling the events in bulk across streams and forwarding them en masse The question is...

I think https://github.com/jet/FsCodec (which I maintain) should be placed alongside that (it similar in what it does, i.e. both are extensions around `Sysntex.Text.Json`, but provides less fewer rendering options for...

I know I could just thumbs down, but as a dotnetcore developer, I do not prefer `Microsoft.Extensions.DependencyInjection` and would hate to see a dependency on it. (I trust others, including...

where did you download the tool from? while, from googling, I can see Brad wilson did a tool 4 years ago, I don't feel this is the correct place to...

Thanks a lot for taking the time to expand; this is text book example of a clear issue now; it plenty context that whomever needs to route this will be...

Any thoughts on an extension point that would make it possible for you do to what you need to do ? (you want to pass in a flag to say...

Because you'd be boxing what are value types etc, and generally wasting space, causing extra allocations etc That's a problem if you use DUs in the mainline paths of an...

Apologies for coming over all conclusive on this - I was merely trying to give you an answer as to why I would expect the proposed mechanism to not be...