Ruben Bartelink

Results 214 comments of Ruben Bartelink

(all this is wrt CosmosDB, excuse the tangent) _All [proper](https://github.com/jet/equinox) Cosmos Containers by definition only contain events ;)_ Seriously though, where do prominent docs say this (I'm more than aware...

> I have seen correlation used to mean "these all happened at the same time" but that is not really correct. Yes, it's really not correct; stuff with the same...

Often that's termed the Envelope; I dont have EIP to hand but I believe that's the source (mentioning as I love the term Context, but always refactor away from it...

I realised just after I posted that there's a degree of 'do as I say, not as I do' in this. In [FsCodec's UnionEncoder based Codec](https://github.com/jet/FsCodec/blob/master/src/FsCodec.NewtonsoftJson/Codec.fs#L98), when packing an event...

@yreynhout Thanks for the thoughtful response. First of all, I really shouldnt have used the 4 letters:- 'Repo'. As you've correctly inferred, I'm not alluding to collection semantics or any...

@jen20 Firstly, unfortunately I have not done sufficient research on GES to be confident I am able to appreciate the full subtleties and ramifications implied in: > features of Event...

@yreynhout Thanks Yves - you haven't missed much in there; I'll ponder and reply when I've spent some time in my hammock :)

Xunit does not instrument your code in any way (neither does MSTest). The issue is likely environmental in nature - either you have code that's sensitive to locale settings, or...

> How would that be possible? >> either you have code that's sensitive to locale settings, or platform (x84/x86, dotnet version and/or bittedness). The bottom line is that xUnit is...