Ada C

Results 4 issues of Ada C

**_Bug report_** * [x] I've checked documentation and searched for existing issues * [x] I've made sure my project is based on the latest MST version * [x] Fork [this](https://codesandbox.io/s/y64pzxj01)...

help/PR welcome
Typescript

## Expected Behavior When a connection is closed due to a protocol-level error (such as rejected SETUP), the connection status should be set to `ERROR`. As per the documentation here:...

needs triage

Set connection status to ERROR when closed due to protocol error ### Motivation: Addresses #126 ### Modifications: * Amends `DuplexConnection#close` to accept an optional error indicating that the connection is...

If the model/state type used with `Solid.createElmishStore` contains an F# union, the union value is not deep-cloned. This causes any compile-time immutable values inside the union to be unexpectedly mutated...