Ruben Bartelink

Results 214 comments of Ruben Bartelink

As discussed @ragiano215, the TL;DR on the remaining work before this is released: - split eqx vs propulsion dashboards - add breakdown by `group` for `propulsion_scheduler` based dashboards in order...

cc @voronoipotato @troykershaw Status/thinking update wrt the general space of examples and/or starter kit materials for Equinox as a whole: - The `dotnet new` template includes a minimal `Aggregate.fs` demonstrating...

Not a problem, it's all good - simply delighted to have gotten your insightful feedback in the first place; you've helped plenty even if it remains a drive-by interaction forever...

Quick update - the incoming `summaryConsumer` and projector templates in #29 includes deeper examples of projections and rudimentary CQRS extensions to the todo app (only supports CosmosDb for now, EventStore...

https://github.com/jet/dotnet-templates/pull/40 adds some sample aggregates (though once again, does not provide a front end or end-to-end app as yet...)

Before considering productionizing this, it'd also be a good idea to see how far one can get using [C# 8 native syntax](https://blogs.msdn.microsoft.com/dotnet/2019/01/24/do-more-with-patterns-in-c-8-0/) too

cc @fnipo can you think of any other stuff that needs to be added that can be done generically without running the serializer

related: [`(autoUnion = true)`](https://github.com/jet/FsCodec#fscodecsystemtextjsonoptions) can be used (with some cons) to mitigate some of the concerns/risks this feature idea would cover (although this idea would remove the risk of a...

I know it's only an example, but can you clarify what sort of stuff you're intending to handle in your query support ? I've not read or stretched it but...

It happens to map very much to the intrinsic FP meaning; for me that implies: - building a state (generally without context) - from an `initial` state - logically from...