Roman Sakno
Roman Sakno
I'll prepare a new release today
Release 5.5.0 has been published.
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).
Short answer is no, see #461.
@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....