Christian Kortlang

Results 6 comments of Christian Kortlang

I am observing the same behavior in a non heterogeneous setup after changing a grain interface. Interface: ``` //From public interface IAssertionGrain : IGrainWithStringKey, IUpdateResourceNotifier { Task Register(Assertion assertion); Task...

@ReubenBond it "should" be. We are deploying the latest container image across [1..n] containers. Based on the AWS ECS logs, the most recent version of the image was deployed across...

I will say this absence of functionality has been very frustrating. I felt like I was going insane. The AlarmActionStrategy pattern appears to be useless as far as I can...

Related: - https://github.com/stephan-tolksdorf/fparsec/blame/156cbd751fac67ca7cc04cf661710f1f90a216a5/FParsecCS/OperatorPrecedenceParser.cs#L511 - https://github.com/stephan-tolksdorf/fparsec/blob/master/Test/OperatorPrecedenceParserTests.fs#L225

@khushail it is not just the documentation. The cdk library in .NET models it as a double. Which allows the invalid values to be set.

Hello @Xtansia, I did read through that issue. My main intent was to point out the constructor constraint causes issues. Unclear if this is intended / expected for constructors with...