-
# Abstract
This document specifies implementation of Mesh network aimed to allow connecting TVM-compatible networks on protocol level. The interchain relations mechanism will provide free flow of v…
-
For now bit-sized integers are always big-endian. I think that endianness also should affect them.
-
# Goal
Add support for generating sql alchemy type of enum and set(for mysql databases) with their permitted values and validations
# Description
Currently, Enum and Set types are not being generat…
-
Functions are what is synthesized.
Functions are simple.
Functions are flat, because no state is nested inside them.
Functions are explicit, because all state is outside, visible to the user, who is r…
-
It seems like a common situation to have a [large](https://github.com/serde-rs/json/issues/403) top-level array in a JSON file.
```rust
[
{...},
{...},
{...},
...
]
```
StreamDese…
-
Many of our mutable collection types maintain version numbers. These version numbers are incremented for many (not necessarily all) of the mutating operations performed on the type, e.g.
https://git…
-
### Summary
Working with Dell 13th gen servers such as R730, the `redfish_command` module cannot set one time boot setting correctly in UEFI mode. In BIOS mode everything works fine but in UEFI mod…
-
The invokers proposal is a brilliant addition and really helps solve some of the developer ergonomic issues with dialogs (along with much more).
However, it misses one key case as I mentioned in ht…
-
## Introduction
I wish to propose some modifications to the Mopidy core for supporting a new type of extension called DeviceManager. A device manager is anything that takes care of detecting, enumer…
-
Using a nested record with an enumerated type as a member fails when using JSON input.
model.mzn
------------
```zinc
type foo = record( bar: bar );
type bar = record( biz: biz );
enum biz = {…