Roman Sakno

Results 103 comments of Roman Sakno

It happens forever because node 7097 is not a leader anymore (due to loss of consensus). It downgrades itself to the _Follower_ state, then wait for election timeout, then moves...

I have no questions about functional aspects of the proposed changes. From non-functional point of view, there are two improvements possible: - If lock contention is rare (this is mentioned...

@Jeevananthan-23 , I don't own this project. However, you can use .NEXT repo to ask the question.

It is located [here](http://cloud.github.com/downloads/sakno/DynamicScript/beta5-bin.zip).

@CyrusNajmabadi , AFAIK shapes don't explain the translation of lambda expression and closures. Did I miss something?

@HaloFour , casting is not possible in C# or any other .NET language. Compiler can emit interface impl for `ref struct`. Casting to interface is the same as casting to...

@HaloFour , I understand that. It is forbidden by compiler as well as casting `ref struct` to interface. As I said, it's a problem only if interface has default method....