-
[@gavinking] As mentioned here:
Currently the spec says, in 4.3.3:
> If an interface has an `of` clause, then every subtype of the interface must be subtype of one of the enumerated cases.
But th…
-
Please refer to Issue #45
After the fix there is still a failure, i.e. when I change the following (that passes)
type packet
type node
to the following:
type packet
type node = {bridge,…
-
We need a new API to query runtime/device limits:
- queryable limits will be enumerated in a global enum space. the enum specifies an attribute
- limit will be returned
First task is to enume…
-
Is there a way to determine a list of table types supported by each venue? For example, I see 'Dining Room' as one option in the documentation but I know one venue that has a main dining room as well…
-
With the latest release of Npgsql (v3), enumerations should be passed as the enumerated type (not the underlying integral type). Unfortunately, the only way to do this using Dapper (v1.42) is by wrap…
-
**Is your feature request related to a problem? Please describe.**
More of an enhancement but sometimes when investigating poorly understood files or systems you don't know all the file types that Gh…
-
The NeXus standard defines unit types such as `NX_LENGTH` and `NX_TEMPERATURE`. Each of these unit types has an enumeration of (1 or more) typical values.
The manual could accept an addition tha…
-
**PRC Encoding of EPRCPictureDataFormat undefined**
Table 93 of the ISO spec describes the PRC_TYPE_GRAPH_Picture object. It includes the format and says the Data Type is EPRCPictureDataFormat. T…
-
enumerations and identities can be a bit tedious when comparing, as their names are long.
An `Equal` method for every enumeration that compares against a string can help with this.
Useful refere…
-
Now with #714 in place, we can interpret nested classad list of classads to write to our output file. This way we can populate Todd M's `TransferErrorData` field with known error types that even condo…